Html Css Color HEX #EDB44E Ronchi

📋 copy color: '#EDB44E'

red 237 ◦ green 180 ◦ blue 78

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

Shades of Ronchi #EDB44E

Tints of Ronchi #EDB44E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 78 (30.86% from 255) = 15.76%

R = 47.88%
G = 36.36%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDB44E (or 0xEDB44E) is known color: Ronchi. HEX triplet: ED, B4 and 4E. RGB value is (237,180,78). Sum of RGB (Red+Green+Blue) = 237+180+78=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB44E is #124BB1. Grayscale: #B9B9B9. Windows color (decimal): -1199026 or 5158125. OLE color: 5158125.

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

Color convert

RGB 237 180 78 -
CMYK 0 0.24 0.67 0.07
HSL 38.49º 0.82% 0.62% -
HSV(B) 38.49º 0.67% 0.93% -
XYZ 52.62 51.2 14.32 -
YUV 185.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 237 180 78 0 0.24 0.67 0.07 38.49 0.82 0.62
Hex ED B4 4E 0 18 43 7 26 52 3E
Octal 355 264 116 0 30 103 7 46 122 76
Binary 11101101 10110100 1001110 0 11000 1000011 111 100110 1010010 111110

Color Harmonies of #EDB44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB44E

Black with #EDB44E

Text Example


Text Example

White with #EDB44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB44E; }

 p { color: rgb(237,180,78); }

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

background-color css

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

 a { background-color: rgb(237,180,78); }

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

border-color css

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

 span { border-color: rgb(237,180,78); }

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