Html Css Color HEX #EBA228 Lightning Yellow

📋 copy color: '#EBA228'

red 235 ◦ green 162 ◦ blue 40

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

Shades of Lightning Yellow #EBA228

Tints of Lightning Yellow #EBA228

RGB

 RED value IS 235 (92.19% from 255) = 53.78%

 GREEN value IS 162 (63.67% from 255) = 37.07%

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

R = 53.78%
G = 37.07%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA228 (or 0xEBA228) is known color: Lightning Yellow. HEX triplet: EB, A2 and 28. RGB value is (235,162,40). Sum of RGB (Red+Green+Blue) = 235+162+40=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA228 is #145DD7. Grayscale: #AAAAAA. Windows color (decimal): -1334744 or 2663147. OLE color: 2663147.

HSL color Cylindrical-coordinate representation of color #EBA228: hue angle of 37.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBA228 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 40 -
CMYK 0 0.31 0.83 0.08
HSL 37.54º 0.83% 0.54% -
HSV(B) 37.54º 0.83% 0.92% -
XYZ 47.56 43.66 7.93 -
YUV 169.92 54.68 174.42 -
System Red Green Blue C M Y K H S L
Decimal 235 162 40 0 0.31 0.83 0.08 37.54 0.83 0.54
Hex EB A2 28 0 1F 53 8 26 53 36
Octal 353 242 50 0 37 123 10 46 123 66
Binary 11101011 10100010 101000 0 11111 1010011 1000 100110 1010011 110110

Color Harmonies of #EBA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA228

Black with #EBA228

Text Example


Text Example

White with #EBA228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA228; }

 p { color: rgb(235,162,40); }

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

background-color css

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

 a { background-color: rgb(235,162,40); }

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

border-color css

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

 span { border-color: rgb(235,162,40); }

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