Html Css Color HEX #EDBA4B Ronchi

📋 copy color: '#EDBA4B'

red 237 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #EDBA4B

Tints of Ronchi #EDBA4B

RGB

 RED value IS 237 (92.97% from 255) = 47.59%

 GREEN value IS 186 (73.05% from 255) = 37.35%

 BLUE value IS 75 (29.69% from 255) = 15.06%

R = 47.59%
G = 37.35%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDBA4B (or 0xEDBA4B) is known color: Ronchi. HEX triplet: ED, BA and 4B. RGB value is (237,186,75). Sum of RGB (Red+Green+Blue) = 237+186+75=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA4B is #1245B4. Grayscale: #BDBDBD. Windows color (decimal): -1197493 or 4963053. OLE color: 4963053.

HSL color Cylindrical-coordinate representation of color #EDBA4B: hue angle of 41.11º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDBA4B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 75 -
CMYK 0 0.22 0.68 0.07
HSL 41.11º 0.82% 0.61% -
HSV(B) 41.11º 0.68% 0.93% -
XYZ 53.75 53.63 14.18 -
YUV 188.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 237 186 75 0 0.22 0.68 0.07 41.11 0.82 0.61
Hex ED BA 4B 0 16 44 7 29 52 3D
Octal 355 272 113 0 26 104 7 51 122 75
Binary 11101101 10111010 1001011 0 10110 1000100 111 101001 1010010 111101

Color Harmonies of #EDBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA4B

Black with #EDBA4B

Text Example


Text Example

White with #EDBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA4B; }

 p { color: rgb(237,186,75); }

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

background-color css

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

 a { background-color: rgb(237,186,75); }

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

border-color css

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

 span { border-color: rgb(237,186,75); }

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