Html Css Color HEX #EBA42B Lightning Yellow

📋 copy color: '#EBA42B'

red 235 ◦ green 164 ◦ blue 43

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

Shades of Lightning Yellow #EBA42B

Tints of Lightning Yellow #EBA42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.73%

R = 53.17%
G = 37.1%
B = 9.73%

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

#EBA42B (or 0xEBA42B) is known color: Lightning Yellow. HEX triplet: EB, A4 and 2B. RGB value is (235,164,43). Sum of RGB (Red+Green+Blue) = 235+164+43=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA42B is #145BD4. Grayscale: #ABABAB. Windows color (decimal): -1334229 or 2860267. OLE color: 2860267.

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

Color convert

RGB 235 164 43 -
CMYK 0 0.30 0.82 0.08
HSL 37.81º 0.83% 0.55% -
HSV(B) 37.81º 0.82% 0.92% -
XYZ 47.97 44.39 8.32 -
YUV 171.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 235 164 43 0 0.30 0.82 0.08 37.81 0.83 0.55
Hex EB A4 2B 0 1E 52 8 26 53 37
Octal 353 244 53 0 36 122 10 46 123 67
Binary 11101011 10100100 101011 0 11110 1010010 1000 100110 1010011 110111

Color Harmonies of #EBA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA42B

Black with #EBA42B

Text Example


Text Example

White with #EBA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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