Html Css Color HEX #E0CB01 Sunflower

📋 copy color: '#E0CB01'

red 224 ◦ green 203 ◦ blue 1

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

Shades of Sunflower #E0CB01

Tints of Sunflower #E0CB01

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.43%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 52.34%
G = 47.43%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E0CB01 (or 0xE0CB01) is known color: Sunflower. HEX triplet: E0, CB and 01. RGB value is (224,203,1). Sum of RGB (Red+Green+Blue) = 224+203+1=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB01 is #1F34FE. Grayscale: #BBBBBB. Windows color (decimal): -2045183 or 117728. OLE color: 117728.

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

Color convert

RGB 224 203 1 -
CMYK 0 0.09 1.00 0.12
HSL 54.35º 0.99% 0.44% -
HSV(B) 54.35º 1% 0.88% -
XYZ 52.1 58.56 8.59 -
YUV 186.25 23.46 154.93 -
System Red Green Blue C M Y K H S L
Decimal 224 203 1 0 0.09 1.00 0.12 54.35 0.99 0.44
Hex E0 CB 1 0 9 64 C 36 63 2C
Octal 340 313 1 0 11 144 14 66 143 54
Binary 11100000 11001011 1 0 1001 1100100 1100 110110 1100011 101100

Color Harmonies of #E0CB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB01

Black with #E0CB01

Text Example


Text Example

White with #E0CB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB01; }

 p { color: rgb(224,203,1); }

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

background-color css

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

 a { background-color: rgb(224,203,1); }

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

border-color css

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

 span { border-color: rgb(224,203,1); }

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