Html Css Color HEX #EBA52D Lightning Yellow

📋 copy color: '#EBA52D'

red 235 ◦ green 165 ◦ blue 45

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

Shades of Lightning Yellow #EBA52D

Tints of Lightning Yellow #EBA52D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 45 (17.97% from 255) = 10.11%

R = 52.81%
G = 37.08%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBA52D (or 0xEBA52D) is known color: Lightning Yellow. HEX triplet: EB, A5 and 2D. RGB value is (235,165,45). Sum of RGB (Red+Green+Blue) = 235+165+45=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA52D is #145AD2. Grayscale: #ACACAC. Windows color (decimal): -1333971 or 2991595. OLE color: 2991595.

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

Color convert

RGB 235 165 45 -
CMYK 0 0.30 0.81 0.08
HSL 37.89º 0.83% 0.55% -
HSV(B) 37.89º 0.81% 0.92% -
XYZ 48.19 44.76 8.58 -
YUV 172.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 235 165 45 0 0.30 0.81 0.08 37.89 0.83 0.55
Hex EB A5 2D 0 1E 51 8 26 53 37
Octal 353 245 55 0 36 121 10 46 123 67
Binary 11101011 10100101 101101 0 11110 1010001 1000 100110 1010011 110111

Color Harmonies of #EBA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA52D

Black with #EBA52D

Text Example


Text Example

White with #EBA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA52D; }

 p { color: rgb(235,165,45); }

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

background-color css

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

 a { background-color: rgb(235,165,45); }

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

border-color css

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

 span { border-color: rgb(235,165,45); }

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