Html Css Color HEX #EFB74D Ronchi

📋 copy color: '#EFB74D'

red 239 ◦ green 183 ◦ blue 77

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

Shades of Ronchi #EFB74D

Tints of Ronchi #EFB74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 47.9%
G = 36.67%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFB74D (or 0xEFB74D) is known color: Ronchi. HEX triplet: EF, B7 and 4D. RGB value is (239,183,77). Sum of RGB (Red+Green+Blue) = 239+183+77=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB74D is #1048B2. Grayscale: #BCBCBC. Windows color (decimal): -1067187 or 5093359. OLE color: 5093359.

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

Color convert

RGB 239 183 77 -
CMYK 0 0.23 0.68 0.06
HSL 39.26º 0.84% 0.62% -
HSV(B) 39.26º 0.68% 0.94% -
XYZ 53.87 52.75 14.36 -
YUV 187.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 239 183 77 0 0.23 0.68 0.06 39.26 0.84 0.62
Hex EF B7 4D 0 17 44 6 27 54 3E
Octal 357 267 115 0 27 104 6 47 124 76
Binary 11101111 10110111 1001101 0 10111 1000100 110 100111 1010100 111110

Color Harmonies of #EFB74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB74D

Black with #EFB74D

Text Example


Text Example

White with #EFB74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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