Html Css Color HEX #EFA42F Lightning Yellow

📋 copy color: '#EFA42F'

red 239 ◦ green 164 ◦ blue 47

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

Shades of Lightning Yellow #EFA42F

Tints of Lightning Yellow #EFA42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 53.11%
G = 36.44%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFA42F (or 0xEFA42F) is known color: Lightning Yellow. HEX triplet: EF, A4 and 2F. RGB value is (239,164,47). Sum of RGB (Red+Green+Blue) = 239+164+47=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA42F is #105BD0. Grayscale: #ADADAD. Windows color (decimal): -1072081 or 3122415. OLE color: 3122415.

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

Color convert

RGB 239 164 47 -
CMYK 0 0.31 0.80 0.06
HSL 36.56º 0.86% 0.56% -
HSV(B) 36.56º 0.8% 0.94% -
XYZ 49.39 45.11 8.79 -
YUV 173.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 239 164 47 0 0.31 0.80 0.06 36.56 0.86 0.56
Hex EF A4 2F 0 1F 50 6 25 56 38
Octal 357 244 57 0 37 120 6 45 126 70
Binary 11101111 10100100 101111 0 11111 1010000 110 100101 1010110 111000

Color Harmonies of #EFA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA42F

Black with #EFA42F

Text Example


Text Example

White with #EFA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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