Html Css Color HEX #EFAA2D Lightning Yellow

📋 copy color: '#EFAA2D'

red 239 ◦ green 170 ◦ blue 45

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

Shades of Lightning Yellow #EFAA2D

Tints of Lightning Yellow #EFAA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

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

R = 52.64%
G = 37.44%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFAA2D (or 0xEFAA2D) is known color: Lightning Yellow. HEX triplet: EF, AA and 2D. RGB value is (239,170,45). Sum of RGB (Red+Green+Blue) = 239+170+45=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA2D is #1055D2. Grayscale: #B0B0B0. Windows color (decimal): -1070547 or 2992879. OLE color: 2992879.

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

Color convert

RGB 239 170 45 -
CMYK 0 0.29 0.81 0.06
HSL 38.66º 0.86% 0.56% -
HSV(B) 38.66º 0.81% 0.94% -
XYZ 50.44 47.29 8.95 -
YUV 176.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 239 170 45 0 0.29 0.81 0.06 38.66 0.86 0.56
Hex EF AA 2D 0 1D 51 6 27 56 38
Octal 357 252 55 0 35 121 6 47 126 70
Binary 11101111 10101010 101101 0 11101 1010001 110 100111 1010110 111000

Color Harmonies of #EFAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA2D

Black with #EFAA2D

Text Example


Text Example

White with #EFAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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