Html Css Color HEX #EFA52E Lightning Yellow

📋 copy color: '#EFA52E'

red 239 ◦ green 165 ◦ blue 46

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

Shades of Lightning Yellow #EFA52E

Tints of Lightning Yellow #EFA52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 46 (18.36% from 255) = 10.22%

R = 53.11%
G = 36.67%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFA52E (or 0xEFA52E) is known color: Lightning Yellow. HEX triplet: EF, A5 and 2E. RGB value is (239,165,46). Sum of RGB (Red+Green+Blue) = 239+165+46=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA52E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA52E is #105AD1. Grayscale: #AEAEAE. Windows color (decimal): -1071826 or 3057135. OLE color: 3057135.

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

Color convert

RGB 239 165 46 -
CMYK 0 0.31 0.81 0.06
HSL 36.99º 0.86% 0.56% -
HSV(B) 36.99º 0.81% 0.94% -
XYZ 49.54 45.46 8.75 -
YUV 173.56 56.02 174.68 -
System Red Green Blue C M Y K H S L
Decimal 239 165 46 0 0.31 0.81 0.06 36.99 0.86 0.56
Hex EF A5 2E 0 1F 51 6 25 56 38
Octal 357 245 56 0 37 121 6 45 126 70
Binary 11101111 10100101 101110 0 11111 1010001 110 100101 1010110 111000

Color Harmonies of #EFA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA52E

Black with #EFA52E

Text Example


Text Example

White with #EFA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA52E; }

 p { color: rgb(239,165,46); }

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

background-color css

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

 a { background-color: rgb(239,165,46); }

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

border-color css

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

 span { border-color: rgb(239,165,46); }

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