Html Css Color HEX #CE9303 Gamboge

📋 copy color: '#CE9303'

red 206 ◦ green 147 ◦ blue 3

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

Shades of Gamboge #CE9303

Tints of Gamboge #CE9303

RGB

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

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

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

R = 57.87%
G = 41.29%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9303 (or 0xCE9303) is known color: Gamboge. HEX triplet: CE, 93 and 03. RGB value is (206,147,3). Sum of RGB (Red+Green+Blue) = 206+147+3=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9303 is #316CFC. Grayscale: #949494. Windows color (decimal): -3239165 or 234446. OLE color: 234446.

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

Color convert

RGB 206 147 3 -
CMYK 0 0.29 0.99 0.19
HSL 42.56º 0.97% 0.41% -
HSV(B) 42.56º 0.99% 0.81% -
XYZ 35.9 34 4.76 -
YUV 148.23 46.05 169.21 -
System Red Green Blue C M Y K H S L
Decimal 206 147 3 0 0.29 0.99 0.19 42.56 0.97 0.41
Hex CE 93 3 0 1D 63 13 2B 61 29
Octal 316 223 3 0 35 143 23 53 141 51
Binary 11001110 10010011 11 0 11101 1100011 10011 101011 1100001 101001

Color Harmonies of #CE9303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9303

Black with #CE9303

Text Example


Text Example

White with #CE9303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9303; }

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

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

background-color css

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

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

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

border-color css

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

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

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