Html Css Color HEX #EFAD00 Orange

📋 copy color: '#EFAD00'

red 239 ◦ green 173 ◦ blue 0

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

Shades of Orange #EFAD00

Tints of Orange #EFAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

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

R = 58.01%
G = 41.99%
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

#EFAD00 (or 0xEFAD00) is known color: Orange. HEX triplet: EF, AD and 00. RGB value is (239,173,0). Sum of RGB (Red+Green+Blue) = 239+173+0=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAD00 is #1052FF. Grayscale: #ADADAD. Windows color (decimal): -1069824 or 44527. OLE color: 44527.

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

Color convert

RGB 239 173 0 -
CMYK 0 0.28 1 0.06
HSL 43.43º 1% 0.47% -
HSV(B) 43.43º 1% 0.94% -
XYZ 50.54 48.24 6.65 -
YUV 173.01 30.37 175.07 -
System Red Green Blue C M Y K H S L
Decimal 239 173 0 0 0.28 1 0.06 43.43 1 0.47
Hex EF AD 0 0 1C 64 6 2B 64 2F
Octal 357 255 0 0 34 144 6 53 144 57
Binary 11101111 10101101 0 0 11100 1100100 110 101011 1100100 101111

Color Harmonies of #EFAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD00

Black with #EFAD00

Text Example


Text Example

White with #EFAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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