Html Css Color HEX #E6BC00 Golden Poppy

📋 copy color: '#E6BC00'

red 230 ◦ green 188 ◦ blue 0

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

Shades of Golden Poppy #E6BC00

Tints of Golden Poppy #E6BC00

RGB

 RED value IS 230 (90.23% from 255) = 55.02%

 GREEN value IS 188 (73.83% from 255) = 44.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.02%
G = 44.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E6BC00 (or 0xE6BC00) is known color: Golden Poppy. HEX triplet: E6, BC and 00. RGB value is (230,188,0). Sum of RGB (Red+Green+Blue) = 230+188+0=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BC00 is #1943FF. Grayscale: #B3B3B3. Windows color (decimal): -1655808 or 48358. OLE color: 48358.

HSL color Cylindrical-coordinate representation of color #E6BC00: hue angle of 49.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6BC00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 0 -
CMYK 0 0.18 1 0.10
HSL 49.04º 1% 0.45% -
HSV(B) 49.04º 1% 0.9% -
XYZ 50.62 52.79 7.52 -
YUV 179.13 26.91 164.29 -
System Red Green Blue C M Y K H S L
Decimal 230 188 0 0 0.18 1 0.10 49.04 1 0.45
Hex E6 BC 0 0 12 64 A 31 64 2D
Octal 346 274 0 0 22 144 12 61 144 55
Binary 11100110 10111100 0 0 10010 1100100 1010 110001 1100100 101101

Color Harmonies of #E6BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC00

Black with #E6BC00

Text Example


Text Example

White with #E6BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC00; }

 p { color: rgb(230,188,0); }

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

background-color css

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

 a { background-color: rgb(230,188,0); }

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

border-color css

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

 span { border-color: rgb(230,188,0); }

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