Html Css Color HEX #EBBA07 Golden Poppy

📋 copy color: '#EBBA07'

red 235 ◦ green 186 ◦ blue 7

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

Shades of Golden Poppy #EBBA07

Tints of Golden Poppy #EBBA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 54.91%
G = 43.46%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBBA07 (or 0xEBBA07) is known color: Golden Poppy. HEX triplet: EB, BA and 07. RGB value is (235,186,7). Sum of RGB (Red+Green+Blue) = 235+186+7=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBA07 is #1445F8. Grayscale: #B5B5B5. Windows color (decimal): -1328633 or 506603. OLE color: 506603.

HSL color Cylindrical-coordinate representation of color #EBBA07: hue angle of 47.11º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBBA07 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 7 -
CMYK 0 0.21 0.97 0.08
HSL 47.11º 0.94% 0.47% -
HSV(B) 47.11º 0.97% 0.92% -
XYZ 51.86 52.8 7.66 -
YUV 180.25 30.23 167.05 -
System Red Green Blue C M Y K H S L
Decimal 235 186 7 0 0.21 0.97 0.08 47.11 0.94 0.47
Hex EB BA 7 0 15 61 8 2F 5E 2F
Octal 353 272 7 0 25 141 10 57 136 57
Binary 11101011 10111010 111 0 10101 1100001 1000 101111 1011110 101111

Color Harmonies of #EBBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA07

Black with #EBBA07

Text Example


Text Example

White with #EBBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA07; }

 p { color: rgb(235,186,7); }

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

background-color css

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

 a { background-color: rgb(235,186,7); }

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

border-color css

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

 span { border-color: rgb(235,186,7); }

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