Html Css Color HEX #E08F03 Gamboge

📋 copy color: '#E08F03'

red 224 ◦ green 143 ◦ blue 3

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

Shades of Gamboge #E08F03

Tints of Gamboge #E08F03

RGB

 RED value IS 224 (87.89% from 255) = 60.54%

 GREEN value IS 143 (56.25% from 255) = 38.65%

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

R = 60.54%
G = 38.65%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E08F03 (or 0xE08F03) is known color: Gamboge. HEX triplet: E0, 8F and 03. RGB value is (224,143,3). Sum of RGB (Red+Green+Blue) = 224+143+3=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08F03 is #1F70FC. Grayscale: #979797. Windows color (decimal): -2060541 or 233440. OLE color: 233440.

HSL color Cylindrical-coordinate representation of color #E08F03: hue angle of 38.01º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E08F03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 3 -
CMYK 0 0.36 0.99 0.12
HSL 38.01º 0.97% 0.45% -
HSV(B) 38.01º 0.99% 0.88% -
XYZ 40.58 35.5 4.8 -
YUV 151.26 44.34 179.88 -
System Red Green Blue C M Y K H S L
Decimal 224 143 3 0 0.36 0.99 0.12 38.01 0.97 0.45
Hex E0 8F 3 0 24 63 C 26 61 2D
Octal 340 217 3 0 44 143 14 46 141 55
Binary 11100000 10001111 11 0 100100 1100011 1100 100110 1100001 101101

Color Harmonies of #E08F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F03

Black with #E08F03

Text Example


Text Example

White with #E08F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F03; }

 p { color: rgb(224,143,3); }

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

background-color css

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

 a { background-color: rgb(224,143,3); }

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

border-color css

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

 span { border-color: rgb(224,143,3); }

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