Html Css Color HEX #CE9705 Gamboge

📋 copy color: '#CE9705'

red 206 ◦ green 151 ◦ blue 5

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

Shades of Gamboge #CE9705

Tints of Gamboge #CE9705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 56.91%
G = 41.71%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE9705 (or 0xCE9705) is known color: Gamboge. HEX triplet: CE, 97 and 05. RGB value is (206,151,5). Sum of RGB (Red+Green+Blue) = 206+151+5=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9705 is #3168FA. Grayscale: #979797. Windows color (decimal): -3238139 or 366542. OLE color: 366542.

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

Color convert

RGB 206 151 5 -
CMYK 0 0.27 0.98 0.19
HSL 43.58º 0.95% 0.41% -
HSV(B) 43.58º 0.98% 0.81% -
XYZ 36.55 35.27 5.02 -
YUV 150.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 206 151 5 0 0.27 0.98 0.19 43.58 0.95 0.41
Hex CE 97 5 0 1B 62 13 2C 5F 29
Octal 316 227 5 0 33 142 23 54 137 51
Binary 11001110 10010111 101 0 11011 1100010 10011 101100 1011111 101001

Color Harmonies of #CE9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9705

Black with #CE9705

Text Example


Text Example

White with #CE9705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9705; }

 p { color: rgb(206,151,5); }

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

background-color css

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

 a { background-color: rgb(206,151,5); }

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

border-color css

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

 span { border-color: rgb(206,151,5); }

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