Html Css Color HEX #E9CD0B Sunflower

📋 copy color: '#E9CD0B'

red 233 ◦ green 205 ◦ blue 11

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

Shades of Sunflower #E9CD0B

Tints of Sunflower #E9CD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 51.89%
G = 45.66%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9CD0B (or 0xE9CD0B) is known color: Sunflower. HEX triplet: E9, CD and 0B. RGB value is (233,205,11). Sum of RGB (Red+Green+Blue) = 233+205+11=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CD0B is #1632F4. Grayscale: #C0C0C0. Windows color (decimal): -1454837 or 773609. OLE color: 773609.

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

Color convert

RGB 233 205 11 -
CMYK 0 0.12 0.95 0.09
HSL 52.43º 0.91% 0.48% -
HSV(B) 52.43º 0.95% 0.91% -
XYZ 55.5 61.01 9.17 -
YUV 191.26 26.28 157.77 -
System Red Green Blue C M Y K H S L
Decimal 233 205 11 0 0.12 0.95 0.09 52.43 0.91 0.48
Hex E9 CD B 0 C 5F 9 34 5B 30
Octal 351 315 13 0 14 137 11 64 133 60
Binary 11101001 11001101 1011 0 1100 1011111 1001 110100 1011011 110000

Color Harmonies of #E9CD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CD0B

Black with #E9CD0B

Text Example


Text Example

White with #E9CD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CD0B; }

 p { color: rgb(233,205,11); }

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

background-color css

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

 a { background-color: rgb(233,205,11); }

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

border-color css

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

 span { border-color: rgb(233,205,11); }

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