Html Css Color HEX #EBA328 Lightning Yellow

📋 copy color: '#EBA328'

red 235 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #EBA328

Tints of Lightning Yellow #EBA328

RGB

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

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

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

R = 53.65%
G = 37.21%
B = 9.13%

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

#EBA328 (or 0xEBA328) is known color: Lightning Yellow. HEX triplet: EB, A3 and 28. RGB value is (235,163,40). Sum of RGB (Red+Green+Blue) = 235+163+40=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA328 is #145CD7. Grayscale: #ABABAB. Windows color (decimal): -1334488 or 2663403. OLE color: 2663403.

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

Color convert

RGB 235 163 40 -
CMYK 0 0.31 0.83 0.08
HSL 37.85º 0.83% 0.54% -
HSV(B) 37.85º 0.83% 0.92% -
XYZ 47.74 44.01 7.99 -
YUV 170.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 235 163 40 0 0.31 0.83 0.08 37.85 0.83 0.54
Hex EB A3 28 0 1F 53 8 26 53 36
Octal 353 243 50 0 37 123 10 46 123 66
Binary 11101011 10100011 101000 0 11111 1010011 1000 100110 1010011 110110

Color Harmonies of #EBA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA328

Black with #EBA328

Text Example


Text Example

White with #EBA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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