Html Css Color HEX #E7BD16 Sunflower

📋 copy color: '#E7BD16'

red 231 ◦ green 189 ◦ blue 22

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

Shades of Sunflower #E7BD16

Tints of Sunflower #E7BD16

RGB

 RED value IS 231 (90.63% from 255) = 52.26%

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

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 52.26%
G = 42.76%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E7BD16 (or 0xE7BD16) is known color: Sunflower. HEX triplet: E7, BD and 16. RGB value is (231,189,22). Sum of RGB (Red+Green+Blue) = 231+189+22=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BD16 is #1842E9. Grayscale: #B7B7B7. Windows color (decimal): -1589994 or 1490407. OLE color: 1490407.

HSL color Cylindrical-coordinate representation of color #E7BD16: hue angle of 47.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7BD16 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 189 22 -
CMYK 0 0.18 0.90 0.09
HSL 47.94º 0.83% 0.5% -
HSV(B) 47.94º 0.9% 0.91% -
XYZ 51.3 53.44 8.37 -
YUV 182.52 37.41 162.58 -
System Red Green Blue C M Y K H S L
Decimal 231 189 22 0 0.18 0.90 0.09 47.94 0.83 0.5
Hex E7 BD 16 0 12 5A 9 30 53 32
Octal 347 275 26 0 22 132 11 60 123 62
Binary 11100111 10111101 10110 0 10010 1011010 1001 110000 1010011 110010

Color Harmonies of #E7BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD16

Black with #E7BD16

Text Example


Text Example

White with #E7BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD16; }

 p { color: rgb(231,189,22); }

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

background-color css

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

 a { background-color: rgb(231,189,22); }

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

border-color css

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

 span { border-color: rgb(231,189,22); }

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