Html Css Color HEX #EBA72E Lightning Yellow

📋 copy color: '#EBA72E'

red 235 ◦ green 167 ◦ blue 46

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

Shades of Lightning Yellow #EBA72E

Tints of Lightning Yellow #EBA72E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.28%

 BLUE value IS 46 (18.36% from 255) = 10.27%

R = 52.46%
G = 37.28%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA72E (or 0xEBA72E) is known color: Lightning Yellow. HEX triplet: EB, A7 and 2E. RGB value is (235,167,46). Sum of RGB (Red+Green+Blue) = 235+167+46=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA72E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA72E is #1458D1. Grayscale: #AEAEAE. Windows color (decimal): -1333458 or 3057643. OLE color: 3057643.

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

Color convert

RGB 235 167 46 -
CMYK 0 0.29 0.80 0.08
HSL 38.41º 0.83% 0.55% -
HSV(B) 38.41º 0.8% 0.92% -
XYZ 48.57 45.5 8.81 -
YUV 173.54 56.03 171.84 -
System Red Green Blue C M Y K H S L
Decimal 235 167 46 0 0.29 0.80 0.08 38.41 0.83 0.55
Hex EB A7 2E 0 1D 50 8 26 53 37
Octal 353 247 56 0 35 120 10 46 123 67
Binary 11101011 10100111 101110 0 11101 1010000 1000 100110 1010011 110111

Color Harmonies of #EBA72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA72E

Black with #EBA72E

Text Example


Text Example

White with #EBA72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA72E; }

 p { color: rgb(235,167,46); }

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

background-color css

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

 a { background-color: rgb(235,167,46); }

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

border-color css

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

 span { border-color: rgb(235,167,46); }

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