Html Css Color HEX #CE920E Gamboge

📋 copy color: '#CE920E'

red 206 ◦ green 146 ◦ blue 14

#CE920E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CE920E

Tints of Gamboge #CE920E

RGB

 RED value IS 206 (80.86% from 255) = 56.28%

 GREEN value IS 146 (57.42% from 255) = 39.89%

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 56.28%
G = 39.89%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE920E (or 0xCE920E) is known color: Gamboge. HEX triplet: CE, 92 and 0E. RGB value is (206,146,14). Sum of RGB (Red+Green+Blue) = 206+146+14=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE920E is #316DF1. Grayscale: #959595. Windows color (decimal): -3239410 or 955086. OLE color: 955086.

HSL color Cylindrical-coordinate representation of color #CE920E: hue angle of 41.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE920E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 14 -
CMYK 0 0.29 0.93 0.19
HSL 41.25º 0.87% 0.43% -
HSV(B) 41.25º 0.93% 0.81% -
XYZ 35.81 33.71 5.03 -
YUV 148.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 206 146 14 0 0.29 0.93 0.19 41.25 0.87 0.43
Hex CE 92 E 0 1D 5D 13 29 57 2B
Octal 316 222 16 0 35 135 23 51 127 53
Binary 11001110 10010010 1110 0 11101 1011101 10011 101001 1010111 101011

Color Harmonies of #CE920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE920E

Black with #CE920E

Text Example


Text Example

White with #CE920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE920E; }

 p { color: rgb(206,146,14); }

 H1.HeaderClassName
 {
   color: #CE920E;
 }
 .AnyTagClassName
 {
   color: #CE920E;
 }
</style>

background-color css

<style>
 a { background-color: #CE920E; }

 a { background-color: rgb(206,146,14); }

 div.DivClassName
 {
   background-color: #CE920E;
 }
 .BgClassName
 {
   background-color: #CE920E;
 }
</style>

border-color css

<style>
 span { border-color: #CE920E; }

 span { border-color: rgb(206,146,14); }

 td.TdClassName
 {
   border-color: #CE920E;
 }
 .TagClassName
 {
   border-color: #CE920E;
 }
</style>