Html Css Color HEX #CE9B03 Gamboge

📋 copy color: '#CE9B03'

red 206 ◦ green 155 ◦ blue 3

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

Shades of Gamboge #CE9B03

Tints of Gamboge #CE9B03

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 56.59%
G = 42.58%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9B03 (or 0xCE9B03) is known color: Gamboge. HEX triplet: CE, 9B and 03. RGB value is (206,155,3). Sum of RGB (Red+Green+Blue) = 206+155+3=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9B03 is #3164FC. Grayscale: #999999. Windows color (decimal): -3237117 or 236494. OLE color: 236494.

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

Color convert

RGB 206 155 3 -
CMYK 0 0.25 0.99 0.19
HSL 44.93º 0.97% 0.41% -
HSV(B) 44.93º 0.99% 0.81% -
XYZ 37.19 36.57 5.18 -
YUV 152.92 43.4 165.86 -
System Red Green Blue C M Y K H S L
Decimal 206 155 3 0 0.25 0.99 0.19 44.93 0.97 0.41
Hex CE 9B 3 0 19 63 13 2D 61 29
Octal 316 233 3 0 31 143 23 55 141 51
Binary 11001110 10011011 11 0 11001 1100011 10011 101101 1100001 101001

Color Harmonies of #CE9B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B03

Black with #CE9B03

Text Example


Text Example

White with #CE9B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B03; }

 p { color: rgb(206,155,3); }

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

background-color css

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

 a { background-color: rgb(206,155,3); }

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

border-color css

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

 span { border-color: rgb(206,155,3); }

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