Html Css Color HEX #EFA728 Lightning Yellow

📋 copy color: '#EFA728'

red 239 ◦ green 167 ◦ blue 40

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

Shades of Lightning Yellow #EFA728

Tints of Lightning Yellow #EFA728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.97%

R = 53.59%
G = 37.44%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFA728 (or 0xEFA728) is known color: Lightning Yellow. HEX triplet: EF, A7 and 28. RGB value is (239,167,40). Sum of RGB (Red+Green+Blue) = 239+167+40=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA728 is #1058D7. Grayscale: #AEAEAE. Windows color (decimal): -1071320 or 2664431. OLE color: 2664431.

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

Color convert

RGB 239 167 40 -
CMYK 0 0.30 0.83 0.06
HSL 38.29º 0.86% 0.55% -
HSV(B) 38.29º 0.83% 0.94% -
XYZ 49.8 46.14 8.29 -
YUV 174.05 52.35 174.33 -
System Red Green Blue C M Y K H S L
Decimal 239 167 40 0 0.30 0.83 0.06 38.29 0.86 0.55
Hex EF A7 28 0 1E 53 6 26 56 37
Octal 357 247 50 0 36 123 6 46 126 67
Binary 11101111 10100111 101000 0 11110 1010011 110 100110 1010110 110111

Color Harmonies of #EFA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA728

Black with #EFA728

Text Example


Text Example

White with #EFA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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