Html Css Color HEX #CE9305 Gamboge

📋 copy color: '#CE9305'

red 206 ◦ green 147 ◦ blue 5

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

Shades of Gamboge #CE9305

Tints of Gamboge #CE9305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 57.54%
G = 41.06%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE9305 (or 0xCE9305) is known color: Gamboge. HEX triplet: CE, 93 and 05. RGB value is (206,147,5). Sum of RGB (Red+Green+Blue) = 206+147+5=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9305 is #316CFA. Grayscale: #959595. Windows color (decimal): -3239163 or 365518. OLE color: 365518.

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

Color convert

RGB 206 147 5 -
CMYK 0 0.29 0.98 0.19
HSL 42.39º 0.95% 0.41% -
HSV(B) 42.39º 0.98% 0.81% -
XYZ 35.91 34 4.81 -
YUV 148.45 47.05 169.05 -
System Red Green Blue C M Y K H S L
Decimal 206 147 5 0 0.29 0.98 0.19 42.39 0.95 0.41
Hex CE 93 5 0 1D 62 13 2A 5F 29
Octal 316 223 5 0 35 142 23 52 137 51
Binary 11001110 10010011 101 0 11101 1100010 10011 101010 1011111 101001

Color Harmonies of #CE9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9305

Black with #CE9305

Text Example


Text Example

White with #CE9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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