Html Css Color HEX #EFA22D Lightning Yellow

📋 copy color: '#EFA22D'

red 239 ◦ green 162 ◦ blue 45

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

Shades of Lightning Yellow #EFA22D

Tints of Lightning Yellow #EFA22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 45 (17.97% from 255) = 10.09%

R = 53.59%
G = 36.32%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFA22D (or 0xEFA22D) is known color: Lightning Yellow. HEX triplet: EF, A2 and 2D. RGB value is (239,162,45). Sum of RGB (Red+Green+Blue) = 239+162+45=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA22D is #105DD2. Grayscale: #ACACAC. Windows color (decimal): -1072595 or 2990831. OLE color: 2990831.

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

Color convert

RGB 239 162 45 -
CMYK 0 0.32 0.81 0.06
HSL 36.19º 0.86% 0.56% -
HSV(B) 36.19º 0.81% 0.94% -
XYZ 48.99 44.38 8.47 -
YUV 171.69 56.51 176.01 -
System Red Green Blue C M Y K H S L
Decimal 239 162 45 0 0.32 0.81 0.06 36.19 0.86 0.56
Hex EF A2 2D 0 20 51 6 24 56 38
Octal 357 242 55 0 40 121 6 44 126 70
Binary 11101111 10100010 101101 0 100000 1010001 110 100100 1010110 111000

Color Harmonies of #EFA22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA22D

Black with #EFA22D

Text Example


Text Example

White with #EFA22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA22D; }

 p { color: rgb(239,162,45); }

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

background-color css

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

 a { background-color: rgb(239,162,45); }

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

border-color css

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

 span { border-color: rgb(239,162,45); }

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