Html Css Color HEX #EBBD0B Golden Poppy

📋 copy color: '#EBBD0B'

red 235 ◦ green 189 ◦ blue 11

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

Shades of Golden Poppy #EBBD0B

Tints of Golden Poppy #EBBD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.53%

R = 54.02%
G = 43.45%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBBD0B (or 0xEBBD0B) is known color: Golden Poppy. HEX triplet: EB, BD and 0B. RGB value is (235,189,11). Sum of RGB (Red+Green+Blue) = 235+189+11=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBD0B is #1442F4. Grayscale: #B7B7B7. Windows color (decimal): -1327861 or 769515. OLE color: 769515.

HSL color Cylindrical-coordinate representation of color #EBBD0B: hue angle of 47.68º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBBD0B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 11 -
CMYK 0 0.20 0.95 0.08
HSL 47.68º 0.91% 0.48% -
HSV(B) 47.68º 0.95% 0.92% -
XYZ 52.52 54.08 7.99 -
YUV 182.46 31.24 165.47 -
System Red Green Blue C M Y K H S L
Decimal 235 189 11 0 0.20 0.95 0.08 47.68 0.91 0.48
Hex EB BD B 0 14 5F 8 30 5B 30
Octal 353 275 13 0 24 137 10 60 133 60
Binary 11101011 10111101 1011 0 10100 1011111 1000 110000 1011011 110000

Color Harmonies of #EBBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD0B

Black with #EBBD0B

Text Example


Text Example

White with #EBBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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