Html Css Color HEX #EFAC34 Lightning Yellow

📋 copy color: '#EFAC34'

red 239 ◦ green 172 ◦ blue 52

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

Shades of Lightning Yellow #EFAC34

Tints of Lightning Yellow #EFAC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.23%

R = 51.62%
G = 37.15%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFAC34 (or 0xEFAC34) is known color: Lightning Yellow. HEX triplet: EF, AC and 34. RGB value is (239,172,52). Sum of RGB (Red+Green+Blue) = 239+172+52=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC34 is #1053CB. Grayscale: #B2B2B2. Windows color (decimal): -1070028 or 3452143. OLE color: 3452143.

HSL color Cylindrical-coordinate representation of color #EFAC34: hue angle of 38.5º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFAC34 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 52 -
CMYK 0 0.28 0.78 0.06
HSL 38.5º 0.85% 0.57% -
HSV(B) 38.5º 0.78% 0.94% -
XYZ 50.97 48.1 9.85 -
YUV 178.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 239 172 52 0 0.28 0.78 0.06 38.5 0.85 0.57
Hex EF AC 34 0 1C 4E 6 27 55 39
Octal 357 254 64 0 34 116 6 47 125 71
Binary 11101111 10101100 110100 0 11100 1001110 110 100111 1010101 111001

Color Harmonies of #EFAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC34

Black with #EFAC34

Text Example


Text Example

White with #EFAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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