Html Css Color HEX #CE9F01 Gamboge

📋 copy color: '#CE9F01'

red 206 ◦ green 159 ◦ blue 1

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

Shades of Gamboge #CE9F01

Tints of Gamboge #CE9F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.28%
G = 43.44%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE9F01 (or 0xCE9F01) is known color: Gamboge. HEX triplet: CE, 9F and 01. RGB value is (206,159,1). Sum of RGB (Red+Green+Blue) = 206+159+1=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F01 is #3160FE. Grayscale: #9B9B9B. Windows color (decimal): -3236095 or 106446. OLE color: 106446.

HSL color Cylindrical-coordinate representation of color #CE9F01: hue angle of 46.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE9F01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 159 1 -
CMYK 0 0.23 1.00 0.19
HSL 46.24º 0.99% 0.41% -
HSV(B) 46.24º 1% 0.81% -
XYZ 37.86 37.92 5.35 -
YUV 155.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 206 159 1 0 0.23 1.00 0.19 46.24 0.99 0.41
Hex CE 9F 1 0 17 64 13 2E 63 29
Octal 316 237 1 0 27 144 23 56 143 51
Binary 11001110 10011111 1 0 10111 1100100 10011 101110 1100011 101001

Color Harmonies of #CE9F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F01

Black with #CE9F01

Text Example


Text Example

White with #CE9F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F01; }

 p { color: rgb(206,159,1); }

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

background-color css

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

 a { background-color: rgb(206,159,1); }

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

border-color css

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

 span { border-color: rgb(206,159,1); }

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