Html Css Color HEX #E8CD0F Sunflower

📋 copy color: '#E8CD0F'

red 232 ◦ green 205 ◦ blue 15

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

Shades of Sunflower #E8CD0F

Tints of Sunflower #E8CD0F

RGB

 RED value IS 232 (91.02% from 255) = 51.33%

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

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 51.33%
G = 45.35%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8CD0F (or 0xE8CD0F) is known color: Sunflower. HEX triplet: E8, CD and 0F. RGB value is (232,205,15). Sum of RGB (Red+Green+Blue) = 232+205+15=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CD0F is #1732F0. Grayscale: #C0C0C0. Windows color (decimal): -1520369 or 1035752. OLE color: 1035752.

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

Color convert

RGB 232 205 15 -
CMYK 0 0.12 0.94 0.09
HSL 52.53º 0.88% 0.48% -
HSV(B) 52.53º 0.94% 0.91% -
XYZ 55.2 60.85 9.29 -
YUV 191.41 28.45 156.95 -
System Red Green Blue C M Y K H S L
Decimal 232 205 15 0 0.12 0.94 0.09 52.53 0.88 0.48
Hex E8 CD F 0 C 5E 9 35 58 30
Octal 350 315 17 0 14 136 11 65 130 60
Binary 11101000 11001101 1111 0 1100 1011110 1001 110101 1011000 110000

Color Harmonies of #E8CD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CD0F

Black with #E8CD0F

Text Example


Text Example

White with #E8CD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CD0F; }

 p { color: rgb(232,205,15); }

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

background-color css

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

 a { background-color: rgb(232,205,15); }

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

border-color css

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

 span { border-color: rgb(232,205,15); }

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