Html Css Color HEX #EFAB04 Orange

📋 copy color: '#EFAB04'

red 239 ◦ green 171 ◦ blue 4

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

Shades of Orange #EFAB04

Tints of Orange #EFAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 57.73%
G = 41.3%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFAB04 (or 0xEFAB04) is known color: Orange. HEX triplet: EF, AB and 04. RGB value is (239,171,4). Sum of RGB (Red+Green+Blue) = 239+171+4=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB04 is #1054FB. Grayscale: #ADADAD. Windows color (decimal): -1070332 or 306159. OLE color: 306159.

HSL color Cylindrical-coordinate representation of color #EFAB04: hue angle of 42.64º degrees, saturation: 0.97, 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 #EFAB04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 4 -
CMYK 0 0.28 0.98 0.06
HSL 42.64º 0.97% 0.48% -
HSV(B) 42.64º 0.98% 0.94% -
XYZ 50.18 47.49 6.64 -
YUV 172.29 33.03 175.58 -
System Red Green Blue C M Y K H S L
Decimal 239 171 4 0 0.28 0.98 0.06 42.64 0.97 0.48
Hex EF AB 4 0 1C 62 6 2B 61 30
Octal 357 253 4 0 34 142 6 53 141 60
Binary 11101111 10101011 100 0 11100 1100010 110 101011 1100001 110000

Color Harmonies of #EFAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB04

Black with #EFAB04

Text Example


Text Example

White with #EFAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB04; }

 p { color: rgb(239,171,4); }

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

background-color css

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

 a { background-color: rgb(239,171,4); }

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

border-color css

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

 span { border-color: rgb(239,171,4); }

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