Html Css Color HEX #EF910C Gamboge

📋 copy color: '#EF910C'

red 239 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #EF910C

Tints of Gamboge #EF910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.03%

R = 60.35%
G = 36.62%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF910C (or 0xEF910C) is known color: Gamboge. HEX triplet: EF, 91 and 0C. RGB value is (239,145,12). Sum of RGB (Red+Green+Blue) = 239+145+12=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF910C is #106EF3. Grayscale: #9E9E9E. Windows color (decimal): -1076980 or 823791. OLE color: 823791.

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

Color convert

RGB 239 145 12 -
CMYK 0 0.39 0.95 0.06
HSL 35.15º 0.9% 0.49% -
HSV(B) 35.15º 0.95% 0.94% -
XYZ 45.79 38.63 5.39 -
YUV 157.94 45.64 185.81 -
System Red Green Blue C M Y K H S L
Decimal 239 145 12 0 0.39 0.95 0.06 35.15 0.9 0.49
Hex EF 91 C 0 27 5F 6 23 5A 31
Octal 357 221 14 0 47 137 6 43 132 61
Binary 11101111 10010001 1100 0 100111 1011111 110 100011 1011010 110001

Color Harmonies of #EF910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF910C

Black with #EF910C

Text Example


Text Example

White with #EF910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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