Html Css Color HEX #EFA72C Lightning Yellow

📋 copy color: '#EFA72C'

red 239 ◦ green 167 ◦ blue 44

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

Shades of Lightning Yellow #EFA72C

Tints of Lightning Yellow #EFA72C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

 BLUE value IS 44 (17.58% from 255) = 9.78%

R = 53.11%
G = 37.11%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFA72C (or 0xEFA72C) is known color: Lightning Yellow. HEX triplet: EF, A7 and 2C. RGB value is (239,167,44). Sum of RGB (Red+Green+Blue) = 239+167+44=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA72C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA72C is #1058D3. Grayscale: #AFAFAF. Windows color (decimal): -1071316 or 2926575. OLE color: 2926575.

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

Color convert

RGB 239 167 44 -
CMYK 0 0.30 0.82 0.06
HSL 37.85º 0.86% 0.55% -
HSV(B) 37.85º 0.82% 0.94% -
XYZ 49.87 46.17 8.67 -
YUV 174.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 239 167 44 0 0.30 0.82 0.06 37.85 0.86 0.55
Hex EF A7 2C 0 1E 52 6 26 56 37
Octal 357 247 54 0 36 122 6 46 126 67
Binary 11101111 10100111 101100 0 11110 1010010 110 100110 1010110 110111

Color Harmonies of #EFA72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA72C

Black with #EFA72C

Text Example


Text Example

White with #EFA72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA72C; }

 p { color: rgb(239,167,44); }

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

background-color css

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

 a { background-color: rgb(239,167,44); }

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

border-color css

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

 span { border-color: rgb(239,167,44); }

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