Html Css Color HEX #EBA42A Lightning Yellow

📋 copy color: '#EBA42A'

red 235 ◦ green 164 ◦ blue 42

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

Shades of Lightning Yellow #EBA42A

Tints of Lightning Yellow #EBA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.19%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 53.29%
G = 37.19%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBA42A (or 0xEBA42A) is known color: Lightning Yellow. HEX triplet: EB, A4 and 2A. RGB value is (235,164,42). Sum of RGB (Red+Green+Blue) = 235+164+42=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA42A is #145BD5. Grayscale: #ABABAB. Windows color (decimal): -1334230 or 2794731. OLE color: 2794731.

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

Color convert

RGB 235 164 42 -
CMYK 0 0.30 0.82 0.08
HSL 37.93º 0.83% 0.54% -
HSV(B) 37.93º 0.82% 0.92% -
XYZ 47.95 44.38 8.23 -
YUV 171.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 235 164 42 0 0.30 0.82 0.08 37.93 0.83 0.54
Hex EB A4 2A 0 1E 52 8 26 53 36
Octal 353 244 52 0 36 122 10 46 123 66
Binary 11101011 10100100 101010 0 11110 1010010 1000 100110 1010011 110110

Color Harmonies of #EBA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA42A

Black with #EBA42A

Text Example


Text Example

White with #EBA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA42A; }

 p { color: rgb(235,164,42); }

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

background-color css

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

 a { background-color: rgb(235,164,42); }

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

border-color css

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

 span { border-color: rgb(235,164,42); }

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