Html Css Color HEX #EBBD0A Golden Poppy

📋 copy color: '#EBBD0A'

red 235 ◦ green 189 ◦ blue 10

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

Shades of Golden Poppy #EBBD0A

Tints of Golden Poppy #EBBD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 54.15%
G = 43.55%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBBD0A (or 0xEBBD0A) is known color: Golden Poppy. HEX triplet: EB, BD and 0A. RGB value is (235,189,10). Sum of RGB (Red+Green+Blue) = 235+189+10=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBD0A is #1442F5. Grayscale: #B7B7B7. Windows color (decimal): -1327862 or 703979. OLE color: 703979.

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

Color convert

RGB 235 189 10 -
CMYK 0 0.20 0.96 0.08
HSL 47.73º 0.92% 0.48% -
HSV(B) 47.73º 0.96% 0.92% -
XYZ 52.51 54.08 7.96 -
YUV 182.35 30.74 165.55 -
System Red Green Blue C M Y K H S L
Decimal 235 189 10 0 0.20 0.96 0.08 47.73 0.92 0.48
Hex EB BD A 0 14 60 8 30 5C 30
Octal 353 275 12 0 24 140 10 60 134 60
Binary 11101011 10111101 1010 0 10100 1100000 1000 110000 1011100 110000

Color Harmonies of #EBBD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD0A

Black with #EBBD0A

Text Example


Text Example

White with #EBBD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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