Html Css Color HEX #E0CF1C Sunflower

📋 copy color: '#E0CF1C'

red 224 ◦ green 207 ◦ blue 28

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

Shades of Sunflower #E0CF1C

Tints of Sunflower #E0CF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 28 (11.33% from 255) = 6.1%

R = 48.8%
G = 45.1%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0CF1C (or 0xE0CF1C) is known color: Sunflower. HEX triplet: E0, CF and 1C. RGB value is (224,207,28). Sum of RGB (Red+Green+Blue) = 224+207+28=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF1C is #1F30E3. Grayscale: #C0C0C0. Windows color (decimal): -2044132 or 1888224. OLE color: 1888224.

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

Color convert

RGB 224 207 28 -
CMYK 0 0.08 0.88 0.12
HSL 54.8º 0.78% 0.49% -
HSV(B) 54.8º 0.88% 0.88% -
XYZ 53.26 60.56 9.98 -
YUV 191.68 35.63 151.05 -
System Red Green Blue C M Y K H S L
Decimal 224 207 28 0 0.08 0.88 0.12 54.8 0.78 0.49
Hex E0 CF 1C 0 8 58 C 37 4E 31
Octal 340 317 34 0 10 130 14 67 116 61
Binary 11100000 11001111 11100 0 1000 1011000 1100 110111 1001110 110001

Color Harmonies of #E0CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CF1C

Black with #E0CF1C

Text Example


Text Example

White with #E0CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CF1C; }

 p { color: rgb(224,207,28); }

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

background-color css

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

 a { background-color: rgb(224,207,28); }

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

border-color css

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

 span { border-color: rgb(224,207,28); }

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