Html Css Color HEX #EF9614 Gamboge

📋 copy color: '#EF9614'

red 239 ◦ green 150 ◦ blue 20

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

Shades of Gamboge #EF9614

Tints of Gamboge #EF9614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 58.44%
G = 36.67%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF9614 (or 0xEF9614) is known color: Gamboge. HEX triplet: EF, 96 and 14. RGB value is (239,150,20). Sum of RGB (Red+Green+Blue) = 239+150+20=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9614 is #1069EB. Grayscale: #A2A2A2. Windows color (decimal): -1075692 or 1349359. OLE color: 1349359.

HSL color Cylindrical-coordinate representation of color #EF9614: hue angle of 35.62º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF9614 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 20 -
CMYK 0 0.37 0.92 0.06
HSL 35.62º 0.87% 0.51% -
HSV(B) 35.62º 0.92% 0.94% -
XYZ 46.63 40.21 5.97 -
YUV 161.79 47.99 183.07 -
System Red Green Blue C M Y K H S L
Decimal 239 150 20 0 0.37 0.92 0.06 35.62 0.87 0.51
Hex EF 96 14 0 25 5C 6 24 57 33
Octal 357 226 24 0 45 134 6 44 127 63
Binary 11101111 10010110 10100 0 100101 1011100 110 100100 1010111 110011

Color Harmonies of #EF9614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9614

Black with #EF9614

Text Example


Text Example

White with #EF9614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9614; }

 p { color: rgb(239,150,20); }

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

background-color css

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

 a { background-color: rgb(239,150,20); }

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

border-color css

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

 span { border-color: rgb(239,150,20); }

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