Html Css Color HEX #EBA227 Lightning Yellow

📋 copy color: '#EBA227'

red 235 ◦ green 162 ◦ blue 39

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

Shades of Lightning Yellow #EBA227

Tints of Lightning Yellow #EBA227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 53.9%
G = 37.16%
B = 8.94%

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

#EBA227 (or 0xEBA227) is known color: Lightning Yellow. HEX triplet: EB, A2 and 27. RGB value is (235,162,39). Sum of RGB (Red+Green+Blue) = 235+162+39=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA227 is #145DD8. Grayscale: #AAAAAA. Windows color (decimal): -1334745 or 2597611. OLE color: 2597611.

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

Color convert

RGB 235 162 39 -
CMYK 0 0.31 0.83 0.08
HSL 37.65º 0.83% 0.54% -
HSV(B) 37.65º 0.83% 0.92% -
XYZ 47.55 43.65 7.84 -
YUV 169.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 235 162 39 0 0.31 0.83 0.08 37.65 0.83 0.54
Hex EB A2 27 0 1F 53 8 26 53 36
Octal 353 242 47 0 37 123 10 46 123 66
Binary 11101011 10100010 100111 0 11111 1010011 1000 100110 1010011 110110

Color Harmonies of #EBA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA227

Black with #EBA227

Text Example


Text Example

White with #EBA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA227; }

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

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

background-color css

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

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

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

border-color css

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

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

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