Html Css Color HEX #EBA32A Lightning Yellow

📋 copy color: '#EBA32A'

red 235 ◦ green 163 ◦ blue 42

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

Shades of Lightning Yellow #EBA32A

Tints of Lightning Yellow #EBA32A

RGB

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

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

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

R = 53.41%
G = 37.05%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBA32A (or 0xEBA32A) is known color: Lightning Yellow. HEX triplet: EB, A3 and 2A. RGB value is (235,163,42). Sum of RGB (Red+Green+Blue) = 235+163+42=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA32A is #145CD5. Grayscale: #ABABAB. Windows color (decimal): -1334486 or 2794475. OLE color: 2794475.

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

Color convert

RGB 235 163 42 -
CMYK 0 0.31 0.82 0.08
HSL 37.62º 0.83% 0.54% -
HSV(B) 37.62º 0.82% 0.92% -
XYZ 47.78 44.02 8.17 -
YUV 170.73 55.35 173.84 -
System Red Green Blue C M Y K H S L
Decimal 235 163 42 0 0.31 0.82 0.08 37.62 0.83 0.54
Hex EB A3 2A 0 1F 52 8 26 53 36
Octal 353 243 52 0 37 122 10 46 123 66
Binary 11101011 10100011 101010 0 11111 1010010 1000 100110 1010011 110110

Color Harmonies of #EBA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA32A

Black with #EBA32A

Text Example


Text Example

White with #EBA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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