Html Css Color HEX #EFA325 Lightning Yellow

📋 copy color: '#EFA325'

red 239 ◦ green 163 ◦ blue 37

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

Shades of Lightning Yellow #EFA325

Tints of Lightning Yellow #EFA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.13%

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

R = 54.44%
G = 37.13%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFA325 (or 0xEFA325) is known color: Lightning Yellow. HEX triplet: EF, A3 and 25. RGB value is (239,163,37). Sum of RGB (Red+Green+Blue) = 239+163+37=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA325 is #105CDA. Grayscale: #ABABAB. Windows color (decimal): -1072347 or 2466799. OLE color: 2466799.

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

Color convert

RGB 239 163 37 -
CMYK 0 0.32 0.85 0.06
HSL 37.43º 0.86% 0.54% -
HSV(B) 37.43º 0.85% 0.94% -
XYZ 49.03 44.68 7.79 -
YUV 171.36 52.18 176.25 -
System Red Green Blue C M Y K H S L
Decimal 239 163 37 0 0.32 0.85 0.06 37.43 0.86 0.54
Hex EF A3 25 0 20 55 6 25 56 36
Octal 357 243 45 0 40 125 6 45 126 66
Binary 11101111 10100011 100101 0 100000 1010101 110 100101 1010110 110110

Color Harmonies of #EFA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA325

Black with #EFA325

Text Example


Text Example

White with #EFA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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