Html Css Color HEX #EFB94A Ronchi

📋 copy color: '#EFB94A'

red 239 ◦ green 185 ◦ blue 74

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

Shades of Ronchi #EFB94A

Tints of Ronchi #EFB94A

RGB

 RED value IS 239 (93.75% from 255) = 47.99%

 GREEN value IS 185 (72.66% from 255) = 37.15%

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

R = 47.99%
G = 37.15%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFB94A (or 0xEFB94A) is known color: Ronchi. HEX triplet: EF, B9 and 4A. RGB value is (239,185,74). Sum of RGB (Red+Green+Blue) = 239+185+74=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB94A is #1046B5. Grayscale: #BCBCBC. Windows color (decimal): -1066678 or 4897263. OLE color: 4897263.

HSL color Cylindrical-coordinate representation of color #EFB94A: hue angle of 40.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFB94A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 74 -
CMYK 0 0.23 0.69 0.06
HSL 40.36º 0.84% 0.61% -
HSV(B) 40.36º 0.69% 0.94% -
XYZ 54.18 53.54 13.96 -
YUV 188.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 239 185 74 0 0.23 0.69 0.06 40.36 0.84 0.61
Hex EF B9 4A 0 17 45 6 28 54 3D
Octal 357 271 112 0 27 105 6 50 124 75
Binary 11101111 10111001 1001010 0 10111 1000101 110 101000 1010100 111101

Color Harmonies of #EFB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB94A

Black with #EFB94A

Text Example


Text Example

White with #EFB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB94A; }

 p { color: rgb(239,185,74); }

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

background-color css

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

 a { background-color: rgb(239,185,74); }

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

border-color css

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

 span { border-color: rgb(239,185,74); }

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