Html Css Color HEX #EBC601 Golden Poppy

📋 copy color: '#EBC601'

red 235 ◦ green 198 ◦ blue 1

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

Shades of Golden Poppy #EBC601

Tints of Golden Poppy #EBC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.15%
G = 45.62%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC601 (or 0xEBC601) is known color: Golden Poppy. HEX triplet: EB, C6 and 01. RGB value is (235,198,1). Sum of RGB (Red+Green+Blue) = 235+198+1=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC601 is #1439FE. Grayscale: #BBBBBB. Windows color (decimal): -1325567 or 116459. OLE color: 116459.

HSL color Cylindrical-coordinate representation of color #EBC601: hue angle of 50.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBC601 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 1 -
CMYK 0 0.16 1.00 0.08
HSL 50.51º 0.99% 0.46% -
HSV(B) 50.51º 1% 0.92% -
XYZ 54.46 58.05 8.36 -
YUV 186.61 23.26 162.52 -
System Red Green Blue C M Y K H S L
Decimal 235 198 1 0 0.16 1.00 0.08 50.51 0.99 0.46
Hex EB C6 1 0 10 64 8 33 63 2E
Octal 353 306 1 0 20 144 10 63 143 56
Binary 11101011 11000110 1 0 10000 1100100 1000 110011 1100011 101110

Color Harmonies of #EBC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC601

Black with #EBC601

Text Example


Text Example

White with #EBC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC601; }

 p { color: rgb(235,198,1); }

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

background-color css

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

 a { background-color: rgb(235,198,1); }

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

border-color css

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

 span { border-color: rgb(235,198,1); }

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