Html Css Color HEX #EFA32E Lightning Yellow

📋 copy color: '#EFA32E'

red 239 ◦ green 163 ◦ blue 46

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

Shades of Lightning Yellow #EFA32E

Tints of Lightning Yellow #EFA32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.27%

R = 53.35%
G = 36.38%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFA32E (or 0xEFA32E) is known color: Lightning Yellow. HEX triplet: EF, A3 and 2E. RGB value is (239,163,46). Sum of RGB (Red+Green+Blue) = 239+163+46=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA32E is #105CD1. Grayscale: #ACACAC. Windows color (decimal): -1072338 or 3056623. OLE color: 3056623.

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

Color convert

RGB 239 163 46 -
CMYK 0 0.32 0.81 0.06
HSL 36.37º 0.86% 0.56% -
HSV(B) 36.37º 0.81% 0.94% -
XYZ 49.19 44.74 8.63 -
YUV 172.39 56.68 175.51 -
System Red Green Blue C M Y K H S L
Decimal 239 163 46 0 0.32 0.81 0.06 36.37 0.86 0.56
Hex EF A3 2E 0 20 51 6 24 56 38
Octal 357 243 56 0 40 121 6 44 126 70
Binary 11101111 10100011 101110 0 100000 1010001 110 100100 1010110 111000

Color Harmonies of #EFA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA32E

Black with #EFA32E

Text Example


Text Example

White with #EFA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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