Html Css Color HEX #EBA62A Lightning Yellow

📋 copy color: '#EBA62A'

red 235 ◦ green 166 ◦ blue 42

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

Shades of Lightning Yellow #EBA62A

Tints of Lightning Yellow #EBA62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

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

R = 53.05%
G = 37.47%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBA62A (or 0xEBA62A) is known color: Lightning Yellow. HEX triplet: EB, A6 and 2A. RGB value is (235,166,42). Sum of RGB (Red+Green+Blue) = 235+166+42=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA62A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA62A is #1459D5. Grayscale: #ADADAD. Windows color (decimal): -1333718 or 2795243. OLE color: 2795243.

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

Color convert

RGB 235 166 42 -
CMYK 0 0.29 0.82 0.08
HSL 38.55º 0.83% 0.54% -
HSV(B) 38.55º 0.82% 0.92% -
XYZ 48.32 45.1 8.35 -
YUV 172.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 235 166 42 0 0.29 0.82 0.08 38.55 0.83 0.54
Hex EB A6 2A 0 1D 52 8 27 53 36
Octal 353 246 52 0 35 122 10 47 123 66
Binary 11101011 10100110 101010 0 11101 1010010 1000 100111 1010011 110110

Color Harmonies of #EBA62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA62A

Black with #EBA62A

Text Example


Text Example

White with #EBA62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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