Html Css Color HEX #EFA42E Lightning Yellow

📋 copy color: '#EFA42E'

red 239 ◦ green 164 ◦ blue 46

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

Shades of Lightning Yellow #EFA42E

Tints of Lightning Yellow #EFA42E

RGB

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

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

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

R = 53.23%
G = 36.53%
B = 10.24%

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

#EFA42E (or 0xEFA42E) is known color: Lightning Yellow. HEX triplet: EF, A4 and 2E. RGB value is (239,164,46). Sum of RGB (Red+Green+Blue) = 239+164+46=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA42E is #105BD1. Grayscale: #ADADAD. Windows color (decimal): -1072082 or 3056879. OLE color: 3056879.

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

Color convert

RGB 239 164 46 -
CMYK 0 0.31 0.81 0.06
HSL 36.68º 0.86% 0.56% -
HSV(B) 36.68º 0.81% 0.94% -
XYZ 49.37 45.1 8.69 -
YUV 172.97 56.35 175.09 -
System Red Green Blue C M Y K H S L
Decimal 239 164 46 0 0.31 0.81 0.06 36.68 0.86 0.56
Hex EF A4 2E 0 1F 51 6 25 56 38
Octal 357 244 56 0 37 121 6 45 126 70
Binary 11101111 10100100 101110 0 11111 1010001 110 100101 1010110 111000

Color Harmonies of #EFA42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA42E

Black with #EFA42E

Text Example


Text Example

White with #EFA42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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