Html Css Color HEX #CE9013 Gamboge

📋 copy color: '#CE9013'

red 206 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #CE9013

Tints of Gamboge #CE9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 55.83%
G = 39.02%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE9013 (or 0xCE9013) is known color: Gamboge. HEX triplet: CE, 90 and 13. RGB value is (206,144,19). Sum of RGB (Red+Green+Blue) = 206+144+19=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9013 is #316FEC. Grayscale: #949494. Windows color (decimal): -3239917 or 1282254. OLE color: 1282254.

HSL color Cylindrical-coordinate representation of color #CE9013: hue angle of 40.11º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE9013 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 19 -
CMYK 0 0.30 0.91 0.19
HSL 40.11º 0.83% 0.44% -
HSV(B) 40.11º 0.91% 0.81% -
XYZ 35.54 33.12 5.13 -
YUV 148.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 206 144 19 0 0.30 0.91 0.19 40.11 0.83 0.44
Hex CE 90 13 0 1E 5B 13 28 53 2C
Octal 316 220 23 0 36 133 23 50 123 54
Binary 11001110 10010000 10011 0 11110 1011011 10011 101000 1010011 101100

Color Harmonies of #CE9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9013

Black with #CE9013

Text Example


Text Example

White with #CE9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9013; }

 p { color: rgb(206,144,19); }

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

background-color css

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

 a { background-color: rgb(206,144,19); }

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

border-color css

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

 span { border-color: rgb(206,144,19); }

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