Html Css Color HEX #EFAB00 Orange

📋 copy color: '#EFAB00'

red 239 ◦ green 171 ◦ blue 0

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

Shades of Orange #EFAB00

Tints of Orange #EFAB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.29%
G = 41.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFAB00 (or 0xEFAB00) is known color: Orange. HEX triplet: EF, AB and 00. RGB value is (239,171,0). Sum of RGB (Red+Green+Blue) = 239+171+0=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB00 is #1054FF. Grayscale: #ACACAC. Windows color (decimal): -1070336 or 44015. OLE color: 44015.

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

Color convert

RGB 239 171 0 -
CMYK 0 0.28 1 0.06
HSL 42.93º 1% 0.47% -
HSV(B) 42.93º 1% 0.94% -
XYZ 50.16 47.48 6.52 -
YUV 171.84 31.03 175.9 -
System Red Green Blue C M Y K H S L
Decimal 239 171 0 0 0.28 1 0.06 42.93 1 0.47
Hex EF AB 0 0 1C 64 6 2B 64 2F
Octal 357 253 0 0 34 144 6 53 144 57
Binary 11101111 10101011 0 0 11100 1100100 110 101011 1100100 101111

Color Harmonies of #EFAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB00

Black with #EFAB00

Text Example


Text Example

White with #EFAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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