Html Css Color HEX #E6D20D Sunflower

📋 copy color: '#E6D20D'

red 230 ◦ green 210 ◦ blue 13

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

Shades of Sunflower #E6D20D

Tints of Sunflower #E6D20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.36%

 BLUE value IS 13 (5.47% from 255) = 2.87%

R = 50.77%
G = 46.36%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6D20D (or 0xE6D20D) is known color: Sunflower. HEX triplet: E6, D2 and 0D. RGB value is (230,210,13). Sum of RGB (Red+Green+Blue) = 230+210+13=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D20D is #192DF2. Grayscale: #C2C2C2. Windows color (decimal): -1650163 or 905958. OLE color: 905958.

HSL color Cylindrical-coordinate representation of color #E6D20D: hue angle of 54.47º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6D20D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 210 13 -
CMYK 0 0.09 0.94 0.10
HSL 54.47º 0.89% 0.48% -
HSV(B) 54.47º 0.94% 0.9% -
XYZ 55.75 62.95 9.59 -
YUV 193.52 26.13 154.02 -
System Red Green Blue C M Y K H S L
Decimal 230 210 13 0 0.09 0.94 0.10 54.47 0.89 0.48
Hex E6 D2 D 0 9 5E A 36 59 30
Octal 346 322 15 0 11 136 12 66 131 60
Binary 11100110 11010010 1101 0 1001 1011110 1010 110110 1011001 110000

Color Harmonies of #E6D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D20D

Black with #E6D20D

Text Example


Text Example

White with #E6D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D20D; }

 p { color: rgb(230,210,13); }

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

background-color css

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

 a { background-color: rgb(230,210,13); }

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

border-color css

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

 span { border-color: rgb(230,210,13); }

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