Html Css Color HEX #CE9505 Gamboge

📋 copy color: '#CE9505'

red 206 ◦ green 149 ◦ blue 5

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

Shades of Gamboge #CE9505

Tints of Gamboge #CE9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.39%

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

R = 57.22%
G = 41.39%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE9505 (or 0xCE9505) is known color: Gamboge. HEX triplet: CE, 95 and 05. RGB value is (206,149,5). Sum of RGB (Red+Green+Blue) = 206+149+5=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9505 is #316AFA. Grayscale: #969696. Windows color (decimal): -3238651 or 366030. OLE color: 366030.

HSL color Cylindrical-coordinate representation of color #CE9505: hue angle of 42.99º 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 #CE9505 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 5 -
CMYK 0 0.28 0.98 0.19
HSL 42.99º 0.95% 0.41% -
HSV(B) 42.99º 0.98% 0.81% -
XYZ 36.23 34.63 4.92 -
YUV 149.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 206 149 5 0 0.28 0.98 0.19 42.99 0.95 0.41
Hex CE 95 5 0 1C 62 13 2B 5F 29
Octal 316 225 5 0 34 142 23 53 137 51
Binary 11001110 10010101 101 0 11100 1100010 10011 101011 1011111 101001

Color Harmonies of #CE9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9505

Black with #CE9505

Text Example


Text Example

White with #CE9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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