Html Css Color HEX #EF9802 Gamboge

📋 copy color: '#EF9802'

red 239 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #EF9802

Tints of Gamboge #EF9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 60.81%
G = 38.68%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF9802 (or 0xEF9802) is known color: Gamboge. HEX triplet: EF, 98 and 02. RGB value is (239,152,2). Sum of RGB (Red+Green+Blue) = 239+152+2=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9802 is #1067FD. Grayscale: #A1A1A1. Windows color (decimal): -1075198 or 170223. OLE color: 170223.

HSL color Cylindrical-coordinate representation of color #EF9802: hue angle of 37.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF9802 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 152 2 -
CMYK 0 0.36 0.99 0.06
HSL 37.97º 0.98% 0.47% -
HSV(B) 37.97º 0.99% 0.94% -
XYZ 46.84 40.81 5.47 -
YUV 160.91 38.32 183.7 -
System Red Green Blue C M Y K H S L
Decimal 239 152 2 0 0.36 0.99 0.06 37.97 0.98 0.47
Hex EF 98 2 0 24 63 6 26 62 2F
Octal 357 230 2 0 44 143 6 46 142 57
Binary 11101111 10011000 10 0 100100 1100011 110 100110 1100010 101111

Color Harmonies of #EF9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9802

Black with #EF9802

Text Example


Text Example

White with #EF9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9802; }

 p { color: rgb(239,152,2); }

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

background-color css

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

 a { background-color: rgb(239,152,2); }

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

border-color css

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

 span { border-color: rgb(239,152,2); }

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