Html Css Color HEX #EFA425 Lightning Yellow

📋 copy color: '#EFA425'

red 239 ◦ green 164 ◦ blue 37

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

Shades of Lightning Yellow #EFA425

Tints of Lightning Yellow #EFA425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

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

R = 54.32%
G = 37.27%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFA425 (or 0xEFA425) is known color: Lightning Yellow. HEX triplet: EF, A4 and 25. RGB value is (239,164,37). Sum of RGB (Red+Green+Blue) = 239+164+37=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA425 is #105BDA. Grayscale: #ACACAC. Windows color (decimal): -1072091 or 2467055. OLE color: 2467055.

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

Color convert

RGB 239 164 37 -
CMYK 0 0.31 0.85 0.06
HSL 37.72º 0.86% 0.54% -
HSV(B) 37.72º 0.85% 0.94% -
XYZ 49.21 45.04 7.85 -
YUV 171.95 51.85 175.83 -
System Red Green Blue C M Y K H S L
Decimal 239 164 37 0 0.31 0.85 0.06 37.72 0.86 0.54
Hex EF A4 25 0 1F 55 6 26 56 36
Octal 357 244 45 0 37 125 6 46 126 66
Binary 11101111 10100100 100101 0 11111 1010101 110 100110 1010110 110110

Color Harmonies of #EFA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA425

Black with #EFA425

Text Example


Text Example

White with #EFA425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA425; }

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

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

background-color css

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

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

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

border-color css

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

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

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