Html Css Color HEX #EFA82A Lightning Yellow

📋 copy color: '#EFA82A'

red 239 ◦ green 168 ◦ blue 42

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

Shades of Lightning Yellow #EFA82A

Tints of Lightning Yellow #EFA82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 42 (16.8% from 255) = 9.35%

R = 53.23%
G = 37.42%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFA82A (or 0xEFA82A) is known color: Lightning Yellow. HEX triplet: EF, A8 and 2A. RGB value is (239,168,42). Sum of RGB (Red+Green+Blue) = 239+168+42=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA82A is #1057D5. Grayscale: #AFAFAF. Windows color (decimal): -1071062 or 2795759. OLE color: 2795759.

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

Color convert

RGB 239 168 42 -
CMYK 0 0.30 0.82 0.06
HSL 38.38º 0.86% 0.55% -
HSV(B) 38.38º 0.82% 0.94% -
XYZ 50.02 46.52 8.53 -
YUV 174.87 53.02 173.75 -
System Red Green Blue C M Y K H S L
Decimal 239 168 42 0 0.30 0.82 0.06 38.38 0.86 0.55
Hex EF A8 2A 0 1E 52 6 26 56 37
Octal 357 250 52 0 36 122 6 46 126 67
Binary 11101111 10101000 101010 0 11110 1010010 110 100110 1010110 110111

Color Harmonies of #EFA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA82A

Black with #EFA82A

Text Example


Text Example

White with #EFA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA82A; }

 p { color: rgb(239,168,42); }

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

background-color css

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

 a { background-color: rgb(239,168,42); }

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

border-color css

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

 span { border-color: rgb(239,168,42); }

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