Html Css Color HEX #E0CD1F Sunflower

📋 copy color: '#E0CD1F'

red 224 ◦ green 205 ◦ blue 31

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

Shades of Sunflower #E0CD1F

Tints of Sunflower #E0CD1F

RGB

 RED value IS 224 (87.89% from 255) = 48.7%

 GREEN value IS 205 (80.47% from 255) = 44.57%

 BLUE value IS 31 (12.5% from 255) = 6.74%

R = 48.7%
G = 44.57%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0CD1F (or 0xE0CD1F) is known color: Sunflower. HEX triplet: E0, CD and 1F. RGB value is (224,205,31). Sum of RGB (Red+Green+Blue) = 224+205+31=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CD1F is #1F32E0. Grayscale: #BFBFBF. Windows color (decimal): -2044641 or 2084320. OLE color: 2084320.

HSL color Cylindrical-coordinate representation of color #E0CD1F: hue angle of 54.09º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0CD1F is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 205 31 -
CMYK 0 0.08 0.86 0.12
HSL 54.09º 0.76% 0.5% -
HSV(B) 54.09º 0.86% 0.88% -
XYZ 52.82 59.61 10.02 -
YUV 190.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 224 205 31 0 0.08 0.86 0.12 54.09 0.76 0.5
Hex E0 CD 1F 0 8 56 C 36 4C 32
Octal 340 315 37 0 10 126 14 66 114 62
Binary 11100000 11001101 11111 0 1000 1010110 1100 110110 1001100 110010

Color Harmonies of #E0CD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CD1F

Black with #E0CD1F

Text Example


Text Example

White with #E0CD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CD1F; }

 p { color: rgb(224,205,31); }

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

background-color css

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

 a { background-color: rgb(224,205,31); }

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

border-color css

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

 span { border-color: rgb(224,205,31); }

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