Html Css Color HEX #EFB74A Ronchi

📋 copy color: '#EFB74A'

red 239 ◦ green 183 ◦ blue 74

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

Shades of Ronchi #EFB74A

Tints of Ronchi #EFB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

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

R = 48.19%
G = 36.9%
B = 14.92%

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

#EFB74A (or 0xEFB74A) is known color: Ronchi. HEX triplet: EF, B7 and 4A. RGB value is (239,183,74). Sum of RGB (Red+Green+Blue) = 239+183+74=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB74A is #1048B5. Grayscale: #BBBBBB. Windows color (decimal): -1067190 or 4896751. OLE color: 4896751.

HSL color Cylindrical-coordinate representation of color #EFB74A: hue angle of 39.64º 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 #EFB74A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 183 74 -
CMYK 0 0.23 0.69 0.06
HSL 39.64º 0.84% 0.61% -
HSV(B) 39.64º 0.69% 0.94% -
XYZ 53.77 52.71 13.82 -
YUV 187.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 239 183 74 0 0.23 0.69 0.06 39.64 0.84 0.61
Hex EF B7 4A 0 17 45 6 28 54 3D
Octal 357 267 112 0 27 105 6 50 124 75
Binary 11101111 10110111 1001010 0 10111 1000101 110 101000 1010100 111101

Color Harmonies of #EFB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB74A

Black with #EFB74A

Text Example


Text Example

White with #EFB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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