Html Css Color HEX #EBC003 Golden Poppy

📋 copy color: '#EBC003'

red 235 ◦ green 192 ◦ blue 3

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

Shades of Golden Poppy #EBC003

Tints of Golden Poppy #EBC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 54.65%
G = 44.65%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBC003 (or 0xEBC003) is known color: Golden Poppy. HEX triplet: EB, C0 and 03. RGB value is (235,192,3). Sum of RGB (Red+Green+Blue) = 235+192+3=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC003 is #143FFC. Grayscale: #B8B8B8. Windows color (decimal): -1327101 or 245995. OLE color: 245995.

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

Color convert

RGB 235 192 3 -
CMYK 0 0.18 0.99 0.08
HSL 48.88º 0.97% 0.47% -
HSV(B) 48.88º 0.99% 0.92% -
XYZ 53.13 55.37 7.97 -
YUV 183.31 26.25 164.87 -
System Red Green Blue C M Y K H S L
Decimal 235 192 3 0 0.18 0.99 0.08 48.88 0.97 0.47
Hex EB C0 3 0 12 63 8 31 61 2F
Octal 353 300 3 0 22 143 10 61 141 57
Binary 11101011 11000000 11 0 10010 1100011 1000 110001 1100001 101111

Color Harmonies of #EBC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC003

Black with #EBC003

Text Example


Text Example

White with #EBC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC003; }

 p { color: rgb(235,192,3); }

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

background-color css

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

 a { background-color: rgb(235,192,3); }

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

border-color css

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

 span { border-color: rgb(235,192,3); }

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