Html Css Color HEX #EBC002 Golden Poppy

📋 copy color: '#EBC002'

red 235 ◦ green 192 ◦ blue 2

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

Shades of Golden Poppy #EBC002

Tints of Golden Poppy #EBC002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 54.78%
G = 44.76%
B = 0.47%

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

#EBC002 (or 0xEBC002) is known color: Golden Poppy. HEX triplet: EB, C0 and 02. RGB value is (235,192,2). Sum of RGB (Red+Green+Blue) = 235+192+2=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC002 is #143FFD. Grayscale: #B8B8B8. Windows color (decimal): -1327102 or 180459. OLE color: 180459.

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

Color convert

RGB 235 192 2 -
CMYK 0 0.18 0.99 0.08
HSL 48.93º 0.98% 0.46% -
HSV(B) 48.93º 0.99% 0.92% -
XYZ 53.12 55.37 7.94 -
YUV 183.2 25.75 164.95 -
System Red Green Blue C M Y K H S L
Decimal 235 192 2 0 0.18 0.99 0.08 48.93 0.98 0.46
Hex EB C0 2 0 12 63 8 31 62 2E
Octal 353 300 2 0 22 143 10 61 142 56
Binary 11101011 11000000 10 0 10010 1100011 1000 110001 1100010 101110

Color Harmonies of #EBC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC002

Black with #EBC002

Text Example


Text Example

White with #EBC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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