Html Css Color HEX #E6BD18 Sunflower

📋 copy color: '#E6BD18'

red 230 ◦ green 189 ◦ blue 24

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

Shades of Sunflower #E6BD18

Tints of Sunflower #E6BD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.42%

R = 51.92%
G = 42.66%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6BD18 (or 0xE6BD18) is known color: Sunflower. HEX triplet: E6, BD and 18. RGB value is (230,189,24). Sum of RGB (Red+Green+Blue) = 230+189+24=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BD18 is #1942E7. Grayscale: #B7B7B7. Windows color (decimal): -1655528 or 1621478. OLE color: 1621478.

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

Color convert

RGB 230 189 24 -
CMYK 0 0.18 0.90 0.10
HSL 48.06º 0.81% 0.5% -
HSV(B) 48.06º 0.9% 0.9% -
XYZ 51 53.28 8.46 -
YUV 182.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 230 189 24 0 0.18 0.90 0.10 48.06 0.81 0.5
Hex E6 BD 18 0 12 5A A 30 51 32
Octal 346 275 30 0 22 132 12 60 121 62
Binary 11100110 10111101 11000 0 10010 1011010 1010 110000 1010001 110010

Color Harmonies of #E6BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD18

Black with #E6BD18

Text Example


Text Example

White with #E6BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD18; }

 p { color: rgb(230,189,24); }

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

background-color css

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

 a { background-color: rgb(230,189,24); }

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

border-color css

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

 span { border-color: rgb(230,189,24); }

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