Html Css Color HEX #EFAC2D Lightning Yellow

📋 copy color: '#EFAC2D'

red 239 ◦ green 172 ◦ blue 45

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

Shades of Lightning Yellow #EFAC2D

Tints of Lightning Yellow #EFAC2D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

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

R = 52.41%
G = 37.72%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFAC2D (or 0xEFAC2D) is known color: Lightning Yellow. HEX triplet: EF, AC and 2D. RGB value is (239,172,45). Sum of RGB (Red+Green+Blue) = 239+172+45=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC2D is #1053D2. Grayscale: #B2B2B2. Windows color (decimal): -1070035 or 2993391. OLE color: 2993391.

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

Color convert

RGB 239 172 45 -
CMYK 0 0.28 0.81 0.06
HSL 39.28º 0.86% 0.56% -
HSV(B) 39.28º 0.81% 0.94% -
XYZ 50.82 48.05 9.08 -
YUV 177.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 239 172 45 0 0.28 0.81 0.06 39.28 0.86 0.56
Hex EF AC 2D 0 1C 51 6 27 56 38
Octal 357 254 55 0 34 121 6 47 126 70
Binary 11101111 10101100 101101 0 11100 1010001 110 100111 1010110 111000

Color Harmonies of #EFAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC2D

Black with #EFAC2D

Text Example


Text Example

White with #EFAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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