Html Css Color HEX #EFA328 Lightning Yellow

📋 copy color: '#EFA328'

red 239 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #EFA328

Tints of Lightning Yellow #EFA328

RGB

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

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

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

R = 54.07%
G = 36.88%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFA328 (or 0xEFA328) is known color: Lightning Yellow. HEX triplet: EF, A3 and 28. RGB value is (239,163,40). Sum of RGB (Red+Green+Blue) = 239+163+40=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA328 is #105CD7. Grayscale: #ACACAC. Windows color (decimal): -1072344 or 2663407. OLE color: 2663407.

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

Color convert

RGB 239 163 40 -
CMYK 0 0.32 0.83 0.06
HSL 37.09º 0.86% 0.55% -
HSV(B) 37.09º 0.83% 0.94% -
XYZ 49.08 44.7 8.05 -
YUV 171.7 53.68 176 -
System Red Green Blue C M Y K H S L
Decimal 239 163 40 0 0.32 0.83 0.06 37.09 0.86 0.55
Hex EF A3 28 0 20 53 6 25 56 37
Octal 357 243 50 0 40 123 6 45 126 67
Binary 11101111 10100011 101000 0 100000 1010011 110 100101 1010110 110111

Color Harmonies of #EFA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA328

Black with #EFA328

Text Example


Text Example

White with #EFA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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