Html Css Color HEX #EFA12A Lightning Yellow

📋 copy color: '#EFA12A'

red 239 ◦ green 161 ◦ blue 42

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

Shades of Lightning Yellow #EFA12A

Tints of Lightning Yellow #EFA12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

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

R = 54.07%
G = 36.43%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFA12A (or 0xEFA12A) is known color: Lightning Yellow. HEX triplet: EF, A1 and 2A. RGB value is (239,161,42). Sum of RGB (Red+Green+Blue) = 239+161+42=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA12A is #105ED5. Grayscale: #ABABAB. Windows color (decimal): -1072854 or 2793967. OLE color: 2793967.

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

Color convert

RGB 239 161 42 -
CMYK 0 0.33 0.82 0.06
HSL 36.24º 0.86% 0.55% -
HSV(B) 36.24º 0.82% 0.94% -
XYZ 48.76 44.01 8.11 -
YUV 170.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 239 161 42 0 0.33 0.82 0.06 36.24 0.86 0.55
Hex EF A1 2A 0 21 52 6 24 56 37
Octal 357 241 52 0 41 122 6 44 126 67
Binary 11101111 10100001 101010 0 100001 1010010 110 100100 1010110 110111

Color Harmonies of #EFA12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA12A

Black with #EFA12A

Text Example


Text Example

White with #EFA12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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