Html Css Color HEX #EDB54B Ronchi

📋 copy color: '#EDB54B'

red 237 ◦ green 181 ◦ blue 75

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

Shades of Ronchi #EDB54B

Tints of Ronchi #EDB54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.71%

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

R = 48.07%
G = 36.71%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDB54B (or 0xEDB54B) is known color: Ronchi. HEX triplet: ED, B5 and 4B. RGB value is (237,181,75). Sum of RGB (Red+Green+Blue) = 237+181+75=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB54B is #124AB4. Grayscale: #BABABA. Windows color (decimal): -1198773 or 4961773. OLE color: 4961773.

HSL color Cylindrical-coordinate representation of color #EDB54B: hue angle of 39.26º 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 #EDB54B is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 75 -
CMYK 0 0.24 0.68 0.07
HSL 39.26º 0.82% 0.61% -
HSV(B) 39.26º 0.68% 0.93% -
XYZ 52.72 51.56 13.83 -
YUV 185.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 237 181 75 0 0.24 0.68 0.07 39.26 0.82 0.61
Hex ED B5 4B 0 18 44 7 27 52 3D
Octal 355 265 113 0 30 104 7 47 122 75
Binary 11101101 10110101 1001011 0 11000 1000100 111 100111 1010010 111101

Color Harmonies of #EDB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB54B

Black with #EDB54B

Text Example


Text Example

White with #EDB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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