Html Css Color HEX #EDB84B Ronchi

📋 copy color: '#EDB84B'

red 237 ◦ green 184 ◦ blue 75

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

Shades of Ronchi #EDB84B

Tints of Ronchi #EDB84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.1%

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

R = 47.78%
G = 37.1%
B = 15.12%

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

#EDB84B (or 0xEDB84B) is known color: Ronchi. HEX triplet: ED, B8 and 4B. RGB value is (237,184,75). Sum of RGB (Red+Green+Blue) = 237+184+75=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB84B is #1247B4. Grayscale: #BBBBBB. Windows color (decimal): -1198005 or 4962541. OLE color: 4962541.

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

Color convert

RGB 237 184 75 -
CMYK 0 0.22 0.68 0.07
HSL 40.37º 0.82% 0.61% -
HSV(B) 40.37º 0.68% 0.93% -
XYZ 53.34 52.79 14.04 -
YUV 187.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 237 184 75 0 0.22 0.68 0.07 40.37 0.82 0.61
Hex ED B8 4B 0 16 44 7 28 52 3D
Octal 355 270 113 0 26 104 7 50 122 75
Binary 11101101 10111000 1001011 0 10110 1000100 111 101000 1010010 111101

Color Harmonies of #EDB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB84B

Black with #EDB84B

Text Example


Text Example

White with #EDB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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