Html Css Color HEX #EFAC32 Lightning Yellow

📋 copy color: '#EFAC32'

red 239 ◦ green 172 ◦ blue 50

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

Shades of Lightning Yellow #EFAC32

Tints of Lightning Yellow #EFAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.85%

R = 51.84%
G = 37.31%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFAC32 (or 0xEFAC32) is known color: Lightning Yellow. HEX triplet: EF, AC and 32. RGB value is (239,172,50). Sum of RGB (Red+Green+Blue) = 239+172+50=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC32 is #1053CD. Grayscale: #B2B2B2. Windows color (decimal): -1070030 or 3321071. OLE color: 3321071.

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

Color convert

RGB 239 172 50 -
CMYK 0 0.28 0.79 0.06
HSL 38.73º 0.86% 0.57% -
HSV(B) 38.73º 0.79% 0.94% -
XYZ 50.92 48.09 9.62 -
YUV 178.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 239 172 50 0 0.28 0.79 0.06 38.73 0.86 0.57
Hex EF AC 32 0 1C 4F 6 27 56 39
Octal 357 254 62 0 34 117 6 47 126 71
Binary 11101111 10101100 110010 0 11100 1001111 110 100111 1010110 111001

Color Harmonies of #EFAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC32

Black with #EFAC32

Text Example


Text Example

White with #EFAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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