Html Css Color HEX #EFA532 Lightning Yellow

📋 copy color: '#EFA532'

red 239 ◦ green 165 ◦ blue 50

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

Shades of Lightning Yellow #EFA532

Tints of Lightning Yellow #EFA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

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

R = 52.64%
G = 36.34%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFA532 (or 0xEFA532) is known color: Lightning Yellow. HEX triplet: EF, A5 and 32. RGB value is (239,165,50). Sum of RGB (Red+Green+Blue) = 239+165+50=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA532 is #105ACD. Grayscale: #AEAEAE. Windows color (decimal): -1071822 or 3319279. OLE color: 3319279.

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

Color convert

RGB 239 165 50 -
CMYK 0 0.31 0.79 0.06
HSL 36.51º 0.86% 0.57% -
HSV(B) 36.51º 0.79% 0.94% -
XYZ 49.63 45.49 9.18 -
YUV 174.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 239 165 50 0 0.31 0.79 0.06 36.51 0.86 0.57
Hex EF A5 32 0 1F 4F 6 25 56 39
Octal 357 245 62 0 37 117 6 45 126 71
Binary 11101111 10100101 110010 0 11111 1001111 110 100101 1010110 111001

Color Harmonies of #EFA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA532

Black with #EFA532

Text Example


Text Example

White with #EFA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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