Html Css Color HEX #CE9503 Gamboge

📋 copy color: '#CE9503'

red 206 ◦ green 149 ◦ blue 3

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

Shades of Gamboge #CE9503

Tints of Gamboge #CE9503

RGB

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

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

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

R = 57.54%
G = 41.62%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9503 (or 0xCE9503) is known color: Gamboge. HEX triplet: CE, 95 and 03. RGB value is (206,149,3). Sum of RGB (Red+Green+Blue) = 206+149+3=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9503 is #316AFC. Grayscale: #969696. Windows color (decimal): -3238653 or 234958. OLE color: 234958.

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

Color convert

RGB 206 149 3 -
CMYK 0 0.28 0.99 0.19
HSL 43.15º 0.97% 0.41% -
HSV(B) 43.15º 0.99% 0.81% -
XYZ 36.22 34.62 4.86 -
YUV 149.4 45.38 168.37 -
System Red Green Blue C M Y K H S L
Decimal 206 149 3 0 0.28 0.99 0.19 43.15 0.97 0.41
Hex CE 95 3 0 1C 63 13 2B 61 29
Octal 316 225 3 0 34 143 23 53 141 51
Binary 11001110 10010101 11 0 11100 1100011 10011 101011 1100001 101001

Color Harmonies of #CE9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9503

Black with #CE9503

Text Example


Text Example

White with #CE9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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