Html Css Color HEX #CFA00E Gamboge

📋 copy color: '#CFA00E'

red 207 ◦ green 160 ◦ blue 14

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

Shades of Gamboge #CFA00E

Tints of Gamboge #CFA00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 54.33%
G = 41.99%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CFA00E (or 0xCFA00E) is known color: Gamboge. HEX triplet: CF, A0 and 0E. RGB value is (207,160,14). Sum of RGB (Red+Green+Blue) = 207+160+14=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA00E is #305FF1. Grayscale: #9E9E9E. Windows color (decimal): -3170290 or 958671. OLE color: 958671.

HSL color Cylindrical-coordinate representation of color #CFA00E: hue angle of 45.39º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFA00E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 14 -
CMYK 0 0.23 0.93 0.19
HSL 45.39º 0.87% 0.43% -
HSV(B) 45.39º 0.93% 0.81% -
XYZ 38.38 38.44 5.81 -
YUV 157.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 207 160 14 0 0.23 0.93 0.19 45.39 0.87 0.43
Hex CF A0 E 0 17 5D 13 2D 57 2B
Octal 317 240 16 0 27 135 23 55 127 53
Binary 11001111 10100000 1110 0 10111 1011101 10011 101101 1010111 101011

Color Harmonies of #CFA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA00E

Black with #CFA00E

Text Example


Text Example

White with #CFA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA00E; }

 p { color: rgb(207,160,14); }

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

background-color css

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

 a { background-color: rgb(207,160,14); }

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

border-color css

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

 span { border-color: rgb(207,160,14); }

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