Html Css Color HEX #EFA32F Lightning Yellow

📋 copy color: '#EFA32F'

red 239 ◦ green 163 ◦ blue 47

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

Shades of Lightning Yellow #EFA32F

Tints of Lightning Yellow #EFA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 53.23%
G = 36.3%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFA32F (or 0xEFA32F) is known color: Lightning Yellow. HEX triplet: EF, A3 and 2F. RGB value is (239,163,47). Sum of RGB (Red+Green+Blue) = 239+163+47=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA32F is #105CD0. Grayscale: #ADADAD. Windows color (decimal): -1072337 or 3122159. OLE color: 3122159.

HSL color Cylindrical-coordinate representation of color #EFA32F: hue angle of 36.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFA32F is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 47 -
CMYK 0 0.32 0.80 0.06
HSL 36.25º 0.86% 0.56% -
HSV(B) 36.25º 0.8% 0.94% -
XYZ 49.21 44.75 8.73 -
YUV 172.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 239 163 47 0 0.32 0.80 0.06 36.25 0.86 0.56
Hex EF A3 2F 0 20 50 6 24 56 38
Octal 357 243 57 0 40 120 6 44 126 70
Binary 11101111 10100011 101111 0 100000 1010000 110 100100 1010110 111000

Color Harmonies of #EFA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA32F

Black with #EFA32F

Text Example


Text Example

White with #EFA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA32F; }

 p { color: rgb(239,163,47); }

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

background-color css

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

 a { background-color: rgb(239,163,47); }

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

border-color css

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

 span { border-color: rgb(239,163,47); }

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