Html Css Color HEX #EBBE02 Golden Poppy

📋 copy color: '#EBBE02'

red 235 ◦ green 190 ◦ blue 2

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

Shades of Golden Poppy #EBBE02

Tints of Golden Poppy #EBBE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

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

R = 55.04%
G = 44.5%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBBE02 (or 0xEBBE02) is known color: Golden Poppy. HEX triplet: EB, BE and 02. RGB value is (235,190,2). Sum of RGB (Red+Green+Blue) = 235+190+2=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE02 is #1441FD. Grayscale: #B6B6B6. Windows color (decimal): -1327614 or 179947. OLE color: 179947.

HSL color Cylindrical-coordinate representation of color #EBBE02: hue angle of 48.41º 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 #EBBE02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 190 2 -
CMYK 0 0.19 0.99 0.08
HSL 48.41º 0.98% 0.46% -
HSV(B) 48.41º 0.99% 0.92% -
XYZ 52.69 54.49 7.8 -
YUV 182.02 26.41 165.79 -
System Red Green Blue C M Y K H S L
Decimal 235 190 2 0 0.19 0.99 0.08 48.41 0.98 0.46
Hex EB BE 2 0 13 63 8 30 62 2E
Octal 353 276 2 0 23 143 10 60 142 56
Binary 11101011 10111110 10 0 10011 1100011 1000 110000 1100010 101110

Color Harmonies of #EBBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE02

Black with #EBBE02

Text Example


Text Example

White with #EBBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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