Html Css Color HEX #EBA72F Lightning Yellow

📋 copy color: '#EBA72F'

red 235 ◦ green 167 ◦ blue 47

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

Shades of Lightning Yellow #EBA72F

Tints of Lightning Yellow #EBA72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 52.34%
G = 37.19%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBA72F (or 0xEBA72F) is known color: Lightning Yellow. HEX triplet: EB, A7 and 2F. RGB value is (235,167,47). Sum of RGB (Red+Green+Blue) = 235+167+47=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA72F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA72F is #1458D0. Grayscale: #AEAEAE. Windows color (decimal): -1333457 or 3123179. OLE color: 3123179.

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

Color convert

RGB 235 167 47 -
CMYK 0 0.29 0.8 0.08
HSL 38.3º 0.82% 0.55% -
HSV(B) 38.3º 0.8% 0.92% -
XYZ 48.59 45.5 8.91 -
YUV 173.65 56.53 171.76 -
System Red Green Blue C M Y K H S L
Decimal 235 167 47 0 0.29 0.8 0.08 38.3 0.82 0.55
Hex EB A7 2F 0 1D 50 8 26 52 37
Octal 353 247 57 0 35 120 10 46 122 67
Binary 11101011 10100111 101111 0 11101 1010000 1000 100110 1010010 110111

Color Harmonies of #EBA72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA72F

Black with #EBA72F

Text Example


Text Example

White with #EBA72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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