Html Css Color HEX #EF910F Gamboge

📋 copy color: '#EF910F'

red 239 ◦ green 145 ◦ blue 15

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

Shades of Gamboge #EF910F

Tints of Gamboge #EF910F

RGB

 RED value IS 239 (93.75% from 255) = 59.9%

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 59.9%
G = 36.34%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF910F (or 0xEF910F) is known color: Gamboge. HEX triplet: EF, 91 and 0F. RGB value is (239,145,15). Sum of RGB (Red+Green+Blue) = 239+145+15=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF910F is #106EF0. Grayscale: #9E9E9E. Windows color (decimal): -1076977 or 1020399. OLE color: 1020399.

HSL color Cylindrical-coordinate representation of color #EF910F: hue angle of 34.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF910F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 145 15 -
CMYK 0 0.39 0.94 0.06
HSL 34.82º 0.88% 0.5% -
HSV(B) 34.82º 0.94% 0.94% -
XYZ 45.81 38.64 5.5 -
YUV 158.29 47.14 185.57 -
System Red Green Blue C M Y K H S L
Decimal 239 145 15 0 0.39 0.94 0.06 34.82 0.88 0.5
Hex EF 91 F 0 27 5E 6 23 58 32
Octal 357 221 17 0 47 136 6 43 130 62
Binary 11101111 10010001 1111 0 100111 1011110 110 100011 1011000 110010

Color Harmonies of #EF910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF910F

Black with #EF910F

Text Example


Text Example

White with #EF910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF910F; }

 p { color: rgb(239,145,15); }

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

background-color css

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

 a { background-color: rgb(239,145,15); }

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

border-color css

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

 span { border-color: rgb(239,145,15); }

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