Html Css Color HEX #E9CA00 Golden Poppy

📋 copy color: '#E9CA00'

red 233 ◦ green 202 ◦ blue 0

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

Shades of Golden Poppy #E9CA00

Tints of Golden Poppy #E9CA00

RGB

 RED value IS 233 (91.41% from 255) = 53.56%

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.56%
G = 46.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E9CA00 (or 0xE9CA00) is known color: Golden Poppy. HEX triplet: E9, CA and 00. RGB value is (233,202,0). Sum of RGB (Red+Green+Blue) = 233+202+0=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CA00 is #1635FF. Grayscale: #BDBDBD. Windows color (decimal): -1455616 or 51945. OLE color: 51945.

HSL color Cylindrical-coordinate representation of color #E9CA00: hue angle of 52.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9CA00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 202 0 -
CMYK 0 0.13 1 0.09
HSL 52.02º 1% 0.46% -
HSV(B) 52.02º 1% 0.91% -
XYZ 54.72 59.56 8.61 -
YUV 188.24 21.77 159.93 -
System Red Green Blue C M Y K H S L
Decimal 233 202 0 0 0.13 1 0.09 52.02 1 0.46
Hex E9 CA 0 0 D 64 9 34 64 2E
Octal 351 312 0 0 15 144 11 64 144 56
Binary 11101001 11001010 0 0 1101 1100100 1001 110100 1100100 101110

Color Harmonies of #E9CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CA00

Black with #E9CA00

Text Example


Text Example

White with #E9CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CA00; }

 p { color: rgb(233,202,0); }

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

background-color css

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

 a { background-color: rgb(233,202,0); }

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

border-color css

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

 span { border-color: rgb(233,202,0); }

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