Html Css Color HEX #CE910F Gamboge

📋 copy color: '#CE910F'

red 206 ◦ green 145 ◦ blue 15

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

Shades of Gamboge #CE910F

Tints of Gamboge #CE910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 56.28%
G = 39.62%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE910F (or 0xCE910F) is known color: Gamboge. HEX triplet: CE, 91 and 0F. RGB value is (206,145,15). Sum of RGB (Red+Green+Blue) = 206+145+15=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE910F is #316EF0. Grayscale: #959595. Windows color (decimal): -3239665 or 1020366. OLE color: 1020366.

HSL color Cylindrical-coordinate representation of color #CE910F: hue angle of 40.84º degrees, saturation: 0.86, 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 #CE910F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 15 -
CMYK 0 0.30 0.93 0.19
HSL 40.84º 0.86% 0.43% -
HSV(B) 40.84º 0.93% 0.81% -
XYZ 35.67 33.41 5.02 -
YUV 148.42 52.71 169.07 -
System Red Green Blue C M Y K H S L
Decimal 206 145 15 0 0.30 0.93 0.19 40.84 0.86 0.43
Hex CE 91 F 0 1E 5D 13 29 56 2B
Octal 316 221 17 0 36 135 23 51 126 53
Binary 11001110 10010001 1111 0 11110 1011101 10011 101001 1010110 101011

Color Harmonies of #CE910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE910F

Black with #CE910F

Text Example


Text Example

White with #CE910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE910F; }

 p { color: rgb(206,145,15); }

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

background-color css

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

 a { background-color: rgb(206,145,15); }

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

border-color css

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

 span { border-color: rgb(206,145,15); }

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