Html Css Color HEX #E0CE02 Sunflower

📋 copy color: '#E0CE02'

red 224 ◦ green 206 ◦ blue 2

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

Shades of Sunflower #E0CE02

Tints of Sunflower #E0CE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.69%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 51.85%
G = 47.69%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0CE02 (or 0xE0CE02) is known color: Sunflower. HEX triplet: E0, CE and 02. RGB value is (224,206,2). Sum of RGB (Red+Green+Blue) = 224+206+2=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CE02 is #1F31FD. Grayscale: #BCBCBC. Windows color (decimal): -2044414 or 184032. OLE color: 184032.

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

Color convert

RGB 224 206 2 -
CMYK 0 0.08 0.99 0.12
HSL 55.14º 0.98% 0.44% -
HSV(B) 55.14º 0.99% 0.88% -
XYZ 52.82 59.99 8.85 -
YUV 188.13 22.96 153.59 -
System Red Green Blue C M Y K H S L
Decimal 224 206 2 0 0.08 0.99 0.12 55.14 0.98 0.44
Hex E0 CE 2 0 8 63 C 37 62 2C
Octal 340 316 2 0 10 143 14 67 142 54
Binary 11100000 11001110 10 0 1000 1100011 1100 110111 1100010 101100

Color Harmonies of #E0CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CE02

Black with #E0CE02

Text Example


Text Example

White with #E0CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CE02; }

 p { color: rgb(224,206,2); }

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

background-color css

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

 a { background-color: rgb(224,206,2); }

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

border-color css

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

 span { border-color: rgb(224,206,2); }

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