Html Css Color HEX #EFAB02 Orange

📋 copy color: '#EFAB02'

red 239 ◦ green 171 ◦ blue 2

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

Shades of Orange #EFAB02

Tints of Orange #EFAB02

RGB

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

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

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

R = 58.01%
G = 41.5%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFAB02 (or 0xEFAB02) is known color: Orange. HEX triplet: EF, AB and 02. RGB value is (239,171,2). Sum of RGB (Red+Green+Blue) = 239+171+2=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB02 is #1054FD. Grayscale: #ACACAC. Windows color (decimal): -1070334 or 175087. OLE color: 175087.

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

Color convert

RGB 239 171 2 -
CMYK 0 0.28 0.99 0.06
HSL 42.78º 0.98% 0.47% -
HSV(B) 42.78º 0.99% 0.94% -
XYZ 50.17 47.48 6.58 -
YUV 172.07 32.03 175.74 -
System Red Green Blue C M Y K H S L
Decimal 239 171 2 0 0.28 0.99 0.06 42.78 0.98 0.47
Hex EF AB 2 0 1C 63 6 2B 62 2F
Octal 357 253 2 0 34 143 6 53 142 57
Binary 11101111 10101011 10 0 11100 1100011 110 101011 1100010 101111

Color Harmonies of #EFAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB02

Black with #EFAB02

Text Example


Text Example

White with #EFAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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