Html Css Color HEX #E0BD1B Sunflower

📋 copy color: '#E0BD1B'

red 224 ◦ green 189 ◦ blue 27

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

Shades of Sunflower #E0BD1B

Tints of Sunflower #E0BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 50.91%
G = 42.95%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0BD1B (or 0xE0BD1B) is known color: Sunflower. HEX triplet: E0, BD and 1B. RGB value is (224,189,27). Sum of RGB (Red+Green+Blue) = 224+189+27=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD1B is #1F42E4. Grayscale: #B5B5B5. Windows color (decimal): -2048741 or 1818080. OLE color: 1818080.

HSL color Cylindrical-coordinate representation of color #E0BD1B: hue angle of 49.34º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0BD1B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 27 -
CMYK 0 0.16 0.88 0.12
HSL 49.34º 0.78% 0.49% -
HSV(B) 49.34º 0.88% 0.88% -
XYZ 49.14 52.32 8.55 -
YUV 181 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 224 189 27 0 0.16 0.88 0.12 49.34 0.78 0.49
Hex E0 BD 1B 0 10 58 C 31 4E 31
Octal 340 275 33 0 20 130 14 61 116 61
Binary 11100000 10111101 11011 0 10000 1011000 1100 110001 1001110 110001

Color Harmonies of #E0BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD1B

Black with #E0BD1B

Text Example


Text Example

White with #E0BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD1B; }

 p { color: rgb(224,189,27); }

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

background-color css

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

 a { background-color: rgb(224,189,27); }

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

border-color css

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

 span { border-color: rgb(224,189,27); }

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