Html Css Color HEX #EBBD02 Golden Poppy

📋 copy color: '#EBBD02'

red 235 ◦ green 189 ◦ blue 2

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

Shades of Golden Poppy #EBBD02

Tints of Golden Poppy #EBBD02

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.37%

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

R = 55.16%
G = 44.37%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBBD02 (or 0xEBBD02) is known color: Golden Poppy. HEX triplet: EB, BD and 02. RGB value is (235,189,2). Sum of RGB (Red+Green+Blue) = 235+189+2=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBD02 is #1442FD. Grayscale: #B6B6B6. Windows color (decimal): -1327870 or 179691. OLE color: 179691.

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

Color convert

RGB 235 189 2 -
CMYK 0 0.20 0.99 0.08
HSL 48.15º 0.98% 0.46% -
HSV(B) 48.15º 0.99% 0.92% -
XYZ 52.47 54.06 7.73 -
YUV 181.44 26.74 166.21 -
System Red Green Blue C M Y K H S L
Decimal 235 189 2 0 0.20 0.99 0.08 48.15 0.98 0.46
Hex EB BD 2 0 14 63 8 30 62 2E
Octal 353 275 2 0 24 143 10 60 142 56
Binary 11101011 10111101 10 0 10100 1100011 1000 110000 1100010 101110

Color Harmonies of #EBBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD02

Black with #EBBD02

Text Example


Text Example

White with #EBBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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