Html Css Color HEX #EFA12C Lightning Yellow

📋 copy color: '#EFA12C'

red 239 ◦ green 161 ◦ blue 44

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

Shades of Lightning Yellow #EFA12C

Tints of Lightning Yellow #EFA12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.91%

R = 53.83%
G = 36.26%
B = 9.91%

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

#EFA12C (or 0xEFA12C) is known color: Lightning Yellow. HEX triplet: EF, A1 and 2C. RGB value is (239,161,44). Sum of RGB (Red+Green+Blue) = 239+161+44=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA12C is #105ED3. Grayscale: #ABABAB. Windows color (decimal): -1072852 or 2925039. OLE color: 2925039.

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

Color convert

RGB 239 161 44 -
CMYK 0 0.33 0.82 0.06
HSL 36º 0.86% 0.55% -
HSV(B) 36º 0.82% 0.94% -
XYZ 48.8 44.02 8.31 -
YUV 170.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 239 161 44 0 0.33 0.82 0.06 36 0.86 0.55
Hex EF A1 2C 0 21 52 6 24 56 37
Octal 357 241 54 0 41 122 6 44 126 67
Binary 11101111 10100001 101100 0 100001 1010010 110 100100 1010110 110111

Color Harmonies of #EFA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA12C

Black with #EFA12C

Text Example


Text Example

White with #EFA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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