Html Css Color HEX #E6BA01 Golden Poppy

📋 copy color: '#E6BA01'

red 230 ◦ green 186 ◦ blue 1

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

Shades of Golden Poppy #E6BA01

Tints of Golden Poppy #E6BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 55.16%
G = 44.6%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E6BA01 (or 0xE6BA01) is known color: Golden Poppy. HEX triplet: E6, BA and 01. RGB value is (230,186,1). Sum of RGB (Red+Green+Blue) = 230+186+1=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BA01 is #1945FE. Grayscale: #B2B2B2. Windows color (decimal): -1656319 or 113382. OLE color: 113382.

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

Color convert

RGB 230 186 1 -
CMYK 0 0.19 1.00 0.10
HSL 48.47º 0.99% 0.45% -
HSV(B) 48.47º 1% 0.9% -
XYZ 50.2 51.94 7.41 -
YUV 178.07 28.08 165.04 -
System Red Green Blue C M Y K H S L
Decimal 230 186 1 0 0.19 1.00 0.10 48.47 0.99 0.45
Hex E6 BA 1 0 13 64 A 30 63 2D
Octal 346 272 1 0 23 144 12 60 143 55
Binary 11100110 10111010 1 0 10011 1100100 1010 110000 1100011 101101

Color Harmonies of #E6BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA01

Black with #E6BA01

Text Example


Text Example

White with #E6BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA01; }

 p { color: rgb(230,186,1); }

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

background-color css

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

 a { background-color: rgb(230,186,1); }

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

border-color css

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

 span { border-color: rgb(230,186,1); }

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