Html Css Color HEX #EF9405 Gamboge

📋 copy color: '#EF9405'

red 239 ◦ green 148 ◦ blue 5

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

Shades of Gamboge #EF9405

Tints of Gamboge #EF9405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.76%

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 60.97%
G = 37.76%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF9405 (or 0xEF9405) is known color: Gamboge. HEX triplet: EF, 94 and 05. RGB value is (239,148,5). Sum of RGB (Red+Green+Blue) = 239+148+5=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9405 is #106BFA. Grayscale: #9F9F9F. Windows color (decimal): -1076219 or 365807. OLE color: 365807.

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

Color convert

RGB 239 148 5 -
CMYK 0 0.38 0.98 0.06
HSL 36.67º 0.96% 0.48% -
HSV(B) 36.67º 0.98% 0.94% -
XYZ 46.21 39.54 5.34 -
YUV 158.91 41.15 185.13 -
System Red Green Blue C M Y K H S L
Decimal 239 148 5 0 0.38 0.98 0.06 36.67 0.96 0.48
Hex EF 94 5 0 26 62 6 25 60 30
Octal 357 224 5 0 46 142 6 45 140 60
Binary 11101111 10010100 101 0 100110 1100010 110 100101 1100000 110000

Color Harmonies of #EF9405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9405

Black with #EF9405

Text Example


Text Example

White with #EF9405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9405; }

 p { color: rgb(239,148,5); }

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

background-color css

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

 a { background-color: rgb(239,148,5); }

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

border-color css

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

 span { border-color: rgb(239,148,5); }

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