Html Css Color HEX #EFA125 Lightning Yellow

📋 copy color: '#EFA125'

red 239 ◦ green 161 ◦ blue 37

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

Shades of Lightning Yellow #EFA125

Tints of Lightning Yellow #EFA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

 BLUE value IS 37 (14.84% from 255) = 8.47%

R = 54.69%
G = 36.84%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFA125 (or 0xEFA125) is known color: Lightning Yellow. HEX triplet: EF, A1 and 25. RGB value is (239,161,37). Sum of RGB (Red+Green+Blue) = 239+161+37=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA125 is #105EDA. Grayscale: #AAAAAA. Windows color (decimal): -1072859 or 2466287. OLE color: 2466287.

HSL color Cylindrical-coordinate representation of color #EFA125: hue angle of 36.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFA125 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 37 -
CMYK 0 0.33 0.85 0.06
HSL 36.83º 0.86% 0.54% -
HSV(B) 36.83º 0.85% 0.94% -
XYZ 48.68 43.97 7.67 -
YUV 170.19 52.84 177.08 -
System Red Green Blue C M Y K H S L
Decimal 239 161 37 0 0.33 0.85 0.06 36.83 0.86 0.54
Hex EF A1 25 0 21 55 6 25 56 36
Octal 357 241 45 0 41 125 6 45 126 66
Binary 11101111 10100001 100101 0 100001 1010101 110 100101 1010110 110110

Color Harmonies of #EFA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA125

Black with #EFA125

Text Example


Text Example

White with #EFA125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA125; }

 p { color: rgb(239,161,37); }

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

background-color css

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

 a { background-color: rgb(239,161,37); }

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

border-color css

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

 span { border-color: rgb(239,161,37); }

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