Html Css Color HEX #EFA32D Lightning Yellow

📋 copy color: '#EFA32D'

red 239 ◦ green 163 ◦ blue 45

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

Shades of Lightning Yellow #EFA32D

Tints of Lightning Yellow #EFA32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.07%

R = 53.47%
G = 36.47%
B = 10.07%

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

#EFA32D (or 0xEFA32D) is known color: Lightning Yellow. HEX triplet: EF, A3 and 2D. RGB value is (239,163,45). Sum of RGB (Red+Green+Blue) = 239+163+45=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA32D is #105CD2. Grayscale: #ACACAC. Windows color (decimal): -1072339 or 2991087. OLE color: 2991087.

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

Color convert

RGB 239 163 45 -
CMYK 0 0.32 0.81 0.06
HSL 36.49º 0.86% 0.56% -
HSV(B) 36.49º 0.81% 0.94% -
XYZ 49.17 44.73 8.53 -
YUV 172.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 239 163 45 0 0.32 0.81 0.06 36.49 0.86 0.56
Hex EF A3 2D 0 20 51 6 24 56 38
Octal 357 243 55 0 40 121 6 44 126 70
Binary 11101111 10100011 101101 0 100000 1010001 110 100100 1010110 111000

Color Harmonies of #EFA32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA32D

Black with #EFA32D

Text Example


Text Example

White with #EFA32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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