Html Css Color HEX #EDB44A Ronchi

📋 copy color: '#EDB44A'

red 237 ◦ green 180 ◦ blue 74

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

Shades of Ronchi #EDB44A

Tints of Ronchi #EDB44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 48.27%
G = 36.66%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDB44A (or 0xEDB44A) is known color: Ronchi. HEX triplet: ED, B4 and 4A. RGB value is (237,180,74). Sum of RGB (Red+Green+Blue) = 237+180+74=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB44A is #124BB5. Grayscale: #B9B9B9. Windows color (decimal): -1199030 or 4895981. OLE color: 4895981.

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

Color convert

RGB 237 180 74 -
CMYK 0 0.24 0.69 0.07
HSL 39.02º 0.82% 0.61% -
HSV(B) 39.02º 0.69% 0.93% -
XYZ 52.48 51.14 13.58 -
YUV 184.96 65.38 165.12 -
System Red Green Blue C M Y K H S L
Decimal 237 180 74 0 0.24 0.69 0.07 39.02 0.82 0.61
Hex ED B4 4A 0 18 45 7 27 52 3D
Octal 355 264 112 0 30 105 7 47 122 75
Binary 11101101 10110100 1001010 0 11000 1000101 111 100111 1010010 111101

Color Harmonies of #EDB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB44A

Black with #EDB44A

Text Example


Text Example

White with #EDB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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