Html Css Color HEX #E6BD0B Sunflower

📋 copy color: '#E6BD0B'

red 230 ◦ green 189 ◦ blue 11

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

Shades of Sunflower #E6BD0B

Tints of Sunflower #E6BD0B

RGB

 RED value IS 230 (90.23% from 255) = 53.49%

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

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

R = 53.49%
G = 43.95%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6BD0B (or 0xE6BD0B) is known color: Sunflower. HEX triplet: E6, BD and 0B. RGB value is (230,189,11). Sum of RGB (Red+Green+Blue) = 230+189+11=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BD0B is #1942F4. Grayscale: #B5B5B5. Windows color (decimal): -1655541 or 769510. OLE color: 769510.

HSL color Cylindrical-coordinate representation of color #E6BD0B: hue angle of 48.77º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6BD0B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 11 -
CMYK 0 0.18 0.95 0.10
HSL 48.77º 0.91% 0.47% -
HSV(B) 48.77º 0.95% 0.9% -
XYZ 50.89 53.24 7.91 -
YUV 180.97 32.08 162.97 -
System Red Green Blue C M Y K H S L
Decimal 230 189 11 0 0.18 0.95 0.10 48.77 0.91 0.47
Hex E6 BD B 0 12 5F A 31 5B 2F
Octal 346 275 13 0 22 137 12 61 133 57
Binary 11100110 10111101 1011 0 10010 1011111 1010 110001 1011011 101111

Color Harmonies of #E6BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD0B

Black with #E6BD0B

Text Example


Text Example

White with #E6BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD0B; }

 p { color: rgb(230,189,11); }

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

background-color css

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

 a { background-color: rgb(230,189,11); }

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

border-color css

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

 span { border-color: rgb(230,189,11); }

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