Html Css Color HEX #CE9A0B Gamboge

📋 copy color: '#CE9A0B'

red 206 ◦ green 154 ◦ blue 11

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

Shades of Gamboge #CE9A0B

Tints of Gamboge #CE9A0B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 55.53%
G = 41.51%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE9A0B (or 0xCE9A0B) is known color: Gamboge. HEX triplet: CE, 9A and 0B. RGB value is (206,154,11). Sum of RGB (Red+Green+Blue) = 206+154+11=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A0B is #3165F4. Grayscale: #999999. Windows color (decimal): -3237365 or 760526. OLE color: 760526.

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

Color convert

RGB 206 154 11 -
CMYK 0 0.25 0.95 0.19
HSL 44º 0.9% 0.43% -
HSV(B) 44º 0.95% 0.81% -
XYZ 37.07 36.26 5.36 -
YUV 153.25 47.73 165.63 -
System Red Green Blue C M Y K H S L
Decimal 206 154 11 0 0.25 0.95 0.19 44 0.9 0.43
Hex CE 9A B 0 19 5F 13 2C 5A 2B
Octal 316 232 13 0 31 137 23 54 132 53
Binary 11001110 10011010 1011 0 11001 1011111 10011 101100 1011010 101011

Color Harmonies of #CE9A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A0B

Black with #CE9A0B

Text Example


Text Example

White with #CE9A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A0B; }

 p { color: rgb(206,154,11); }

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

background-color css

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

 a { background-color: rgb(206,154,11); }

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

border-color css

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

 span { border-color: rgb(206,154,11); }

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