Html Css Color HEX #CF9E01 Gamboge

📋 copy color: '#CF9E01'

red 207 ◦ green 158 ◦ blue 1

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

Shades of Gamboge #CF9E01

Tints of Gamboge #CF9E01

RGB

 RED value IS 207 (81.25% from 255) = 56.56%

 GREEN value IS 158 (62.11% from 255) = 43.17%

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

R = 56.56%
G = 43.17%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF9E01 (or 0xCF9E01) is known color: Gamboge. HEX triplet: CF, 9E and 01. RGB value is (207,158,1). Sum of RGB (Red+Green+Blue) = 207+158+1=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9E01 is #3061FE. Grayscale: #9B9B9B. Windows color (decimal): -3170815 or 106191. OLE color: 106191.

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

Color convert

RGB 207 158 1 -
CMYK 0 0.24 1.00 0.19
HSL 45.73º 0.99% 0.41% -
HSV(B) 45.73º 1% 0.81% -
XYZ 37.96 37.72 5.31 -
YUV 154.75 41.23 165.27 -
System Red Green Blue C M Y K H S L
Decimal 207 158 1 0 0.24 1.00 0.19 45.73 0.99 0.41
Hex CF 9E 1 0 18 64 13 2E 63 29
Octal 317 236 1 0 30 144 23 56 143 51
Binary 11001111 10011110 1 0 11000 1100100 10011 101110 1100011 101001

Color Harmonies of #CF9E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E01

Black with #CF9E01

Text Example


Text Example

White with #CF9E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E01; }

 p { color: rgb(207,158,1); }

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

background-color css

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

 a { background-color: rgb(207,158,1); }

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

border-color css

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

 span { border-color: rgb(207,158,1); }

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